SqlParameterCollection.Count Propriedade
Definição
Retorna um inteiro que contém o número de argumentos no SqlParameterCollection.Returns an Integer that contains the number of elements in the SqlParameterCollection. Somente leitura.Read-only.
public:
virtual property int Count { int get(); };
public:
property int Count { int get(); };
public override int Count { get; }
[System.ComponentModel.Browsable(false)]
public int Count { get; }
member this.Count : int
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public Overrides ReadOnly Property Count As Integer
Public ReadOnly Property Count As Integer
Valor da propriedade
O número de elementos no SqlParameterCollection como um inteiro.The number of elements in the SqlParameterCollection as an Integer.
Implementações
- Atributos