SqlCeResultSet Properties

Include Protected Members
Include Inherited Members

The SqlCeResultSet type exposes the following members.

Properties

  Name Description
Protected property ContainsListCollection Infrastructure.
Public property Depth Gets a value indicating the depth of nesting for the current row. (inherited from SqlCeDataReader)
Public property FieldCount Gets the number of columns in the query's SELECT clause. (inherited from SqlCeDataReader)
Public property HasRows Gets a value that indicates whether the SqlCeDataReader contains one or more rows (inherited from SqlCeDataReader)
Public property HiddenFieldCount Infrastructure. (inherited from SqlCeDataReader)
Public property IsClosed Indicates whether the data reader is closed. (inherited from SqlCeDataReader)
Public property Item[Int32] Serves as an indexer for the SqlCeResultSet. (Overrides SqlCeDataReader.Item[Int32].)
Public property Item[String] Serves as an indexer for the SqlCeResultSet. (Overrides SqlCeDataReader.Item[String].)
Public property RecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (inherited from SqlCeDataReader)
Public property ResultSetView Used when data binding a SqlCeResultSet to a control.
Public property Scrollable Determines whether the SqlCeResultSet is scrollable.
Public property Sensitivity Determines the sensitivity of the SqlCeResultSet.
Public property Updatable Determines whether values within the SqlCeResultSet can be modified.
Public property VisibleFieldCount (inherited from DbDataReader)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IListSource.ContainsListCollection

Top

See Also

Reference

SqlCeResultSet Class

System.Data.SqlServerCe Namespace