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 column at the specified index to the passed-in SqlBool value.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Sub SetSqlBoolean ( _
ordinal As Integer, _
value As SqlBoolean _
)
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim value As SqlBoolean
instance.SetSqlBoolean(ordinal, value)
public void SetSqlBoolean(
int ordinal,
SqlBoolean value
)
public:
void SetSqlBoolean(
int ordinal,
SqlBoolean value
)
member SetSqlBoolean :
ordinal:int *
value:SqlBoolean -> unit
public function SetSqlBoolean(
ordinal : int,
value : SqlBoolean
)
Parameters
- ordinal
Type: System.Int32
The field in which to set the value.
- value
Type: System.Data.SqlTypes.SqlBoolean
The value to set.