SqlCeResultSet.SetBoolean Method
Sets the value of the specified column to the passed-in Boolean 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.
- value
- Type: System.Boolean
The value to assign to the specified column.