SqlCeUpdatableRecord.SetChar Method
Visual Studio 2010
Sets the column at the specified index to the passed-in char value.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Parameters
- ordinal
- Type: System.Int32
The field in which to set the value.
- value
- Type: System.Char
The value to set.