Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of hidden fields in the record. In , 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
does not support hidden fields in the RecordSet, so this property always returns 0.