OracleParameterCollection.IsFixedSize Propriedade

Definição

Obtém um valor que indica se o OracleParameterCollection tem um tamanho fixo.

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 da propriedade

Retornará true se o OracleParameterCollection tiver um tamanho fixo, false caso contrário.

Implementações

Aplica-se a