Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Returns the column value as a System.Single object.

[Visual Basic]
Public Function ( _
   ByVal Int32 As Integer _
) As Single
[C#]
public float (
   Int32 iColumn
);

Parameters

Int32
Zero-based column index.

Return Value

System.Sinlge column value.

Exceptions

Exception Type Condition
InvalidCastException The rowset column type cannot be converted to a System.Single.
SqlNullValueException The column value is null.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace