SqlParameterCollection.Count Proprietà

Definizione

Restituisce un valore Integer che contiene il numero di elementi nell'oggetto SqlParameterCollection. Sola lettura.

public:
 property int Count { int get(); };
public:
 virtual property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public int Count { get; }
public override int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
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 SqlParameterCollection come Integer.

Implementazioni

Attributi

Si applica a

Vedi anche