AdoDotNetParameter.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 override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Protected Overrides ReadOnly Property IsFixedSize As Boolean

Property Value

Returns true if the type is not one of the following DbType values: AnsiString, Binary, Object, String, or VarNumeric.; otherwise returns false.

Applies to