Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Sets the column size in bytes.

[Visual Basic]
Public Function ( _
   ByVal String As String, _
   ByVal Int32 As Integer _
) As Boolean
[C#]
public bool (
   String strColName,
   Int32 nSize
);

Parameters

String
Column name (case sensitive).
Int32
Size in bytes.

Return Value

True if successful.

Remarks

Use this method only on variable sized columns.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace