DataParameter.IsFixedSize Property
Retrieves a Boolean value indicating whether the size for the current parameter type is fixed.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsFixedSize As Boolean
protected virtual bool IsFixedSize { get; }
protected:
virtual property bool IsFixedSize {
bool get ();
}
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get
function get IsFixedSize () : boolean
Property Value
Type: System.Boolean
Returns true if the size is fixed for the current parameter type; otherwise returns false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.