Data Port Sync 1.0.500

SqlCeTable. Method 

[This is preliminary documentation and subject to change.]

Builds a SQL CREATE TABLE command for the specified table name using the same structure as the existing table.

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

Parameters

String
Table name.

Return Value

SQL CREATE TABLE command text.

Remarks

The CreateCommand property uses this method.

See Also

SqlCeTable Class | Primeworks.DesktopSqlCe Namespace