IsFixedSize Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides DbParameterCollection. . :: . .IsFixedSize, and more complete documentation might be available in that topic.This member overrides DbParameterCollection. . :: . .IsFixedSize.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsFixedSize As Boolean
Get
'Usage
Dim instance As SqlCeParameterCollection
Dim value As Boolean
value = instance.IsFixedSize
public override bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
bool get () override;
}
abstract IsFixedSize : bool
override IsFixedSize : bool
override function get IsFixedSize () : boolean
Property Value
Type: System. . :: . .Boolean
Implements
See Also
Reference
SqlCeParameterCollection Class