次の方法で共有


AdoDotNetParameter.IsFixedSize Property

Definition

Gets a 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

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

Applies to