DataParameter.IsFixedSize Property

Definition

Retrieves a Boolean value indicating whether the size for the current parameter type is fixed.

protected:
 virtual property bool IsFixedSize { bool get(); };
protected virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Protected Overridable ReadOnly Property IsFixedSize As Boolean

Property Value

Returns true if the size is fixed for the current parameter type; otherwise returns false.

Applies to