Data Port Sync 1.0.500

SqlCeRowset.ColumnsRowset Property

[This is preliminary documentation and subject to change.]

Gets a SqlCeRowset with schema information of this SqlCeRowset.

[Visual Basic]
Public ReadOnly Property ColumnsRowset As 
[C#]
public  ColumnsRowset {get;}

Property Value

A SqlCeRowset with schema information.

Remarks

This is a special kind of rowset that must be read with GetNextRow only.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace