SqlCeUpdatableRecord.IsSetAsDefault Method
Visual Studio 2010
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)
Parameters
- ordinal
- Type: System.Int32
The field to check.
Return Value
Type: System.BooleanTrue if the field is marked to use the default value; otherwise, false.