Condividi tramite


Proprietà SqlCeUpdatableRecord.HiddenFieldCount

Restituisce il numero di campi nascosti del record. In SQL Server Compact questa proprietà restituisce sempre un valore uguale a zero.

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HiddenFieldCount As Integer
    Get
'Utilizzo
Dim instance As SqlCeUpdatableRecord
Dim value As Integer

value = instance.HiddenFieldCount
public int HiddenFieldCount { get; }
public:
property int HiddenFieldCount {
    int get ();
}
member HiddenFieldCount : int
function get HiddenFieldCount () : int

Valore proprietà

Tipo: System.Int32
Restituisce sempre un valore di 0.

Osservazioni

In SQL Server Compact non sono supportati campi nascosti in RecordSet. Di conseguenza, questa proprietà restituisce sempre un valore uguale a zero.

Vedere anche

Riferimento

SqlCeUpdatableRecord Classe

Spazio dei nomi System.Data.SqlServerCe