Data Port Sync 1.0.500

SqlCeTableAdapter.m_rowset Field

[This is preliminary documentation and subject to change.]

Stores the SqlCeRowset used to read and update data.

[Visual Basic]
Protected m_rowset As SqlCeRowset
[C#]
protected SqlCeRowset m_rowset;

See Also

SqlCeTableAdapter Class | Primeworks.DesktopSqlCe Namespace