Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Builds a new DataTable object from the rowset schema

[Visual Basic]
Public Function ( _
   ByVal String As String _
) As DataTable
[C#]
public DataTable (
   String strName
);

Return Value

An empty DataTable object with columns only.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace