SqlCeUpdatableRecord.HiddenFieldCount Property
Returns the number of hidden fields in the record. In SQL Server Compact, this property always returns 0.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property HiddenFieldCount As Integer
Get
'Usage
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
Property Value
Type: System.Int32
Always returns a value of 0.
Remarks
SQL Server Compact does not support hidden fields in the RecordSet, so this property always returns 0.