SqlCeResultSet.SetSqlByte Method
Visual Studio 2010
Sets the value of the specified column to the passed-in SqlByte 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.SqlByte
The value to assign to the specified column.
