OracleParameterCollection.Count Proprietà

Definizione

Restituisce un valore Integer contenente il numero di elementi nell'oggetto OracleParameterCollection. Sola lettura.

public:
 property int Count { int get(); };
public:
 virtual property int Count { int get(); };
public int Count { get; }
public override int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Public Overrides ReadOnly Property Count As Integer

Valore della proprietà

Numero di elementi nell'oggetto OracleParameterCollection come Integer.

Implementazioni

Si applica a