Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Gets the column ordinal, given the name of the column.

[Visual Basic]
Overrides Public Function ( _
   ByVal String As String _
) As Integer _
    Implements IDataRecord.
[C#]
public override int (
   String name
);

Parameters

String
Column name.

Return Value

Zero-based column ordinal.

Implements

IDataRecord.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace