OracleParameterCollection.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si OracleParameterCollection tiene un tamaño fijo.

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

Valor de propiedad

Devuelve true si OracleParameterCollection tiene un tamaño fijo; de lo contrario, false devuelve .

Implementaciones

Se aplica a