Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Returns a column as an SqlDateTime structure.

[Visual Basic]
Public Function ( _
   ByVal Int32 As Integer _
) As SqlDateTime
[C#]
public SqlDateTime (
   Int32 iColumn
);

Parameters

Int32
Zero-based column index.

Return Value

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace