OdbcParameterCollection.IsFixedSize Propriedade
Definição
Obtém um valor que indica se o OdbcParameterCollection tem um tamanho fixo.Gets a value that indicates whether the OdbcParameterCollection has a fixed size. Somente leitura.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 da propriedade
true se o OdbcParameterCollection tiver um valor fixo; caso contrário, false.true if the OdbcParameterCollection has a fixed size; otherwise, false.