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.
Determines if the specified field is marked to use the underlying default value.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function IsSetAsDefault ( _
ordinal As Integer _
) As Boolean
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Boolean
returnValue = instance.IsSetAsDefault(ordinal)
public bool IsSetAsDefault(
int ordinal
)
public:
bool IsSetAsDefault(
int ordinal
)
member IsSetAsDefault :
ordinal:int -> bool
public function IsSetAsDefault(
ordinal : int
) : boolean
Parameters
- ordinal
Type: System.Int32
The field to check.
Return Value
Type: System.Boolean
True if the field is marked to use the default value; otherwise, false.