SqlCeResultSet.SetChar Method
Sets the value of the specified column 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 ordinal position of the column to set.
- c
- Type: System.Char
The value to assign to the specified column.