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 fields in the specified record.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property FieldCount As Integer
Get
'Usage
Dim instance As SqlCeUpdatableRecord
Dim value As Integer
value = instance.FieldCount
public int FieldCount { get; }
public:
virtual property int FieldCount {
int get () sealed;
}
abstract FieldCount : int
override FieldCount : int
final function get FieldCount () : int
Property Value
Type: System.Int32
The number of fields in the record.