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