DbUpdatableDataRecord.FieldCount Propriedade
Definição
Obtém o número de campos no registro.Gets the number of fields in the record.
public:
virtual property int FieldCount { int get(); };
public override int FieldCount { get; }
member this.FieldCount : int
Public Overrides ReadOnly Property FieldCount As Integer
Valor da propriedade
Um valor inteiro que é a contagem de campos.An integer value that is the field count.