AdoDotNetParameter.IsFixedSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.