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