Data Port Sync 1.0.500

SqlCeRowset. Method (String)

[This is preliminary documentation and subject to change.]

Retrieves the column size in bytes

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

Parameters

String
Column name (case sensitive)

Return Value

Column size or -1 if the column was not found.

See Also

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