SqlCeDataReader Properties

Include Protected Members
Include Inherited Members

The SqlCeDataReader type exposes the following members.

Properties

  Name Description
Public property Depth Gets a value indicating the depth of nesting for the current row. (Overrides DbDataReader.Depth.)
Public property FieldCount Gets the number of columns in the query's SELECT clause. (Overrides DbDataReader.FieldCount.)
Public property HasRows Gets a value that indicates whether the SqlCeDataReader contains one or more rows (Overrides DbDataReader.HasRows.)
Public property HiddenFieldCount Infrastructure.
Public property IsClosed Indicates whether the data reader is closed. (Overrides DbDataReader.IsClosed.)
Public property Item[Int32] Gets the value of the specified column in its native format given the column ordinal. (Overrides DbDataReader.Item[Int32].)
Public property Item[String] Gets the value of the specified column in its native format given the column name. (Overrides DbDataReader.Item[String].)
Public property RecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Overrides DbDataReader.RecordsAffected.)
Public property VisibleFieldCount (inherited from DbDataReader)

Top

See Also

Reference

SqlCeDataReader Class

System.Data.SqlServerCe Namespace