Data Port Sync 1.0.500

SqlCeColumnCollection. Method 

[This is preliminary documentation and subject to change.]

Determines whether the collection contains a column with the given name.

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

Parameters

String
Column name.

Return Value

true if the column exists, othwerwisefalse

See Also

SqlCeColumnCollection Class | Primeworks.DesktopSqlCe Namespace