Data Port Sync 1.0.500

SqlCeTableCollection. Method 

[This is preliminary documentation and subject to change.]

Finds a table in the collection using the table name.

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

Parameters

String
Table name to search for.

Return Value

-1 if unsuccessful, otherwise the index of the table.

Remarks

Table name comparison is case-insensitive.

See Also

SqlCeTableCollection Class | Primeworks.DesktopSqlCe Namespace