OleDbParameterCollection.IsFixedSize Propriedade

Definição

Obtém um valor que indica se o OleDbParameterCollection tem um tamanho fixo. Somente leitura.

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 Propriedade

true se o OleDbParameterCollection tiver um tamanho fixo; caso contrário false.

Aplica-se a

Ver também