Data Port Sync 1.0.500

SqlCeRowset. Method (String)

[This is preliminary documentation and subject to change.]

Returns the column value as a System.Int32 object.

[Visual Basic]
Overloads Public Function ( _
   ByVal String As String _
) As Integer
[C#]
public int (
   String strColName
);

Parameters

String
Column name.

Return Value

System.Int32 column value.

Exceptions

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

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace | SqlCeRowset. Overload List