OleDbParameterCollection.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si OleDbParameterCollection tiene un tamaño fijo. Read-only.

public:
 virtual property bool IsFixedSize { bool get(); };
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overrides ReadOnly Property IsFixedSize As Boolean

Valor de propiedad

true OleDbParameterCollection es si tiene un tamaño fijo; en caso contrariofalse, es .

Se aplica a

Consulte también