Data Port Sync 1.0.500

SqlCeResultSet Properties

The properties of the SqlCeResultSet class are listed below. For a complete list of SqlCeResultSet class members, see the SqlCeResultSet Members topic.

Public Instance Properties

ContainsListCollection Not implemented yet.
Depth (inherited from SqlCeDataReader) Gets a value indicating the depth of nesting for the current row.
FieldCount (inherited from SqlCeDataReader) Gets the data reader column count.
HasRows (inherited from SqlCeDataReader) Gets a boolean value that indicates if the data reader has rows.
IsClosed (inherited from SqlCeDataReader) Gets a value that indicates if the data reader is closed.
Item (inherited from SqlCeDataReader) Gets a field value indexed by name.
Item (inherited from SqlCeDataReader) Gets a field value indexed by name.
Mode (inherited from SqlCeDataReader) Gets or sets the reader mode.
RecordsAffected (inherited from SqlCeDataReader) Gets the number of record affected by the execution of the command.
Rowset (inherited from SqlCeDataReader) Gets the underlying rowset.
VisibleFieldCount (inherited from DbDataReader)Gets the number of fields in the DbDataReader that are not hidden.

See Also

SqlCeResultSet Class | Primeworks.DesktopSqlCe Namespace