HiddenFieldCount Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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 SqlCeDataReader
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