Data Port Sync 1.0.500

SqlCeColumnCollection. Method 

[This is preliminary documentation and subject to change.]

Finds a column in the collection using the column name.

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

Parameters

String
The column name to find.

Return Value

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

Remarks

Column name comparison is case-insensitive.

See Also

SqlCeColumnCollection Class | Primeworks.DesktopSqlCe Namespace