OdbcParameterCollection.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si el objeto OdbcParameterCollection tiene un tamaño fijo. Solo lectura.

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 si la OdbcParameterCollection tiene un tamaño fijo; en caso contrario, false.

Se aplica a

Consulte también