The following tables list the members exposed by SmartObjectReader.
| Name | Description | |
|---|---|---|
|
Depth | Overridden. Gets a value indicating the depth of nesting for the current row. |
|
FieldCount | Overridden. Gets the number of columns in the current row. |
|
HasRows | Overridden. Gets a value that indicates whether this System.Data.Common.DbDataReader contains one or more rows. |
|
IsClosed | Overridden. Gets a value indicating whether the System.Data.Common.DbDataReader is closed. |
|
IsConnected | |
|
Item | Overridden. Gets the value of the specified column as an instance of System.Object. |
|
RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
|
TotalRecordCount | |
|
VisibleFieldCount | (Inherited from System.Data.Common.DbDataReader) |
| Name | Description | |
|---|---|---|
|
Close | Overridden. Closes the System.Data.Common.DbDataReader object. |
|
CreateObjRef | (Inherited from System.MarshalByRefObject) |
|
Dispose | |
|
GetBoolean | Overridden. Gets the value of the specified column as a Boolean. |
|
GetByte | Overridden. Gets the value of the specified column as a byte. |
|
GetBytes | Overridden. Reads a stream of bytes from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferoffset. |
|
GetChar | Overridden. Gets the value of the specified column as a single character. |
|
GetChars | Overridden. Reads a stream of characters from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferoffset. |
|
GetDataTypeName | Overridden. Gets name of the data type of the specified column. |
|
GetDateTime | Overridden. Gets the value of the specified column as a System.DateTime object. |
|
GetDecimal | Overridden. Gets the value of the specified column as a System.Decimal object. |
|
GetDouble | Overridden. Gets the value of the specified column as a double-precision floating point number. |
|
GetEnumerator | Overridden. Returns an System.Collections.IEnumerator that can be used to iterate through the rows in the data reader. |
|
GetFieldType | Overridden. Gets the data type of the specified column. |
|
GetFieldValue | (Inherited fromSystem.Data.Common.DbDataReader) |
|
GetFieldValueAsync | Overloaded. (Inherited fromSystem.Data.Common.DbDataReader ) |
|
GetFloat | Overridden. Gets the value of the specified column as a single-precision floating point number. |
|
GetGuid | Overridden. Gets the value of the specified column as a globally-unique identifier (GUID). |
|
GetInt16 | Overridden. Gets the value of the specified column as a 16-bit signed integer. |
|
GetInt32 | Overridden. Gets the value of the specified column as a 32-bit signed integer. |
|
GetInt64 | Overridden. Gets the value of the specified column as a 64-bit signed integer. |
|
GetLifetimeService | (Inherited fromSystem.MarshalByRefObject) |
|
GetName | Overridden. Gets the name of the column, given the zero-based column ordinal. |
|
GetOrdinal | Overridden. Gets the column ordinal given the name of the column. |
|
GetSchemaTable | Overridden. Returns a System.Data.DataTable that describes the column metadata of the System.Data.Common.DbDataReader. |
|
GetStream | (Inherited fromSystem.Data.Common.DbDataReader) |
|
GetString | Overridden. Gets the value of the specified column as an instance of System.String. |
|
GetTextReader | (Inherited fromSystem.Data.Common.DbDataReader) |
|
GetValue | Overridden. Gets the value of the specified column as an instance of System.Object. |
|
GetValues | Overridden. Populates an array of objects with the column values of the current row. |
|
InitializeLifetimeService | (Inherited fromSystem.MarshalByRefObject) |
|
IsDBNull | Overridden. Gets a value that indicates whether the column contains nonexistent or missing values. |
|
IsDBNullAsync | Overloaded. (Inherited fromSystem.Data.Common.DbDataReader ) |
|
NextResult | Overridden. Advances the reader to the next result when reading the results of a batch of statements. |
|
NextResultAsync | Overloaded. (Inherited fromSystem.Data.Common.DbDataReader ) |
|
Read | Overridden. Advances the reader to the next record in a result set. |
|
ReadAsync | Overloaded. (Inherited fromSystem.Data.Common.DbDataReader ) |
|
Seek |
| Name | Description | |
|---|---|---|
|
GetDbDataReader | (Inherited fromSystem.Data.Common.DbDataReader) |
|
MemberwiseClone | Overloaded. (Inherited fromSystem.MarshalByRefObject ) |