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.
Sets the default value for the specified field.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Sub SetDefault ( _
ordinal As Integer _
)
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
instance.SetDefault(ordinal)
public void SetDefault(
int ordinal
)
public:
void SetDefault(
int ordinal
)
member SetDefault :
ordinal:int -> unit
public function SetDefault(
ordinal : int
)
Parameters
- ordinal
Type: System.Int32
The field to set.