SqlCeResultSet.SetSqlBoolean Method
Sets the value of the specified column to the passed-in SqlBoolean 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.Data.SqlTypes.SqlBoolean
The value to assign to the specified column.