SmartObjectReader Class Members
See Also  Properties Methods 
SourceCode.SmartObjects.Client Namespace : SmartObjectReader Class


Glossary Item Box

The following tables list the members exposed by SmartObjectReader.

Public Properties

  Name Description
Public Property Depth Overridden. Gets a value indicating the depth of nesting for the current row.  
Public Property FieldCount Overridden. Gets the number of columns in the current row.  
Public Property HasRows Overridden. Gets a value that indicates whether this System.Data.Common.DbDataReader contains one or more rows.  
Public Property IsClosed Overridden. Gets a value indicating whether the System.Data.Common.DbDataReader is closed.  
Public Property IsConnected  
Public Property Item Overridden. Gets the value of the specified column as an instance of System.Object.  
Public Property RecordsAffected Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
Public Property TotalRecordCount  
Public Property VisibleFieldCount (Inherited from System.Data.Common.DbDataReader)
Top

Public Methods

  Name Description
Public Method Close Overridden. Closes the System.Data.Common.DbDataReader object.  
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)
Public Method Dispose  
Public Method GetBoolean Overridden. Gets the value of the specified column as a Boolean.  
Public Method GetByte Overridden. Gets the value of the specified column as a byte.  
Public Method 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.  
Public Method GetChar Overridden. Gets the value of the specified column as a single character.  
Public Method 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.  
Public Method GetDataTypeName Overridden. Gets name of the data type of the specified column.  
Public Method GetDateTime Overridden. Gets the value of the specified column as a System.DateTime object.  
Public Method GetDecimal Overridden. Gets the value of the specified column as a System.Decimal object.  
Public Method GetDouble Overridden. Gets the value of the specified column as a double-precision floating point number.  
Public Method GetEnumerator Overridden. Returns an System.Collections.IEnumerator that can be used to iterate through the rows in the data reader.  
Public Method GetFieldType Overridden. Gets the data type of the specified column.  
Public Method GetFieldValue (Inherited fromSystem.Data.Common.DbDataReader)
Public Method GetFieldValueAsync Overloaded. (Inherited fromSystem.Data.Common.DbDataReader  )
Public Method GetFloat Overridden. Gets the value of the specified column as a single-precision floating point number.  
Public Method GetGuid Overridden. Gets the value of the specified column as a globally-unique identifier (GUID).  
Public Method GetInt16 Overridden. Gets the value of the specified column as a 16-bit signed integer.  
Public Method GetInt32 Overridden. Gets the value of the specified column as a 32-bit signed integer.  
Public Method GetInt64 Overridden. Gets the value of the specified column as a 64-bit signed integer.  
Public Method GetLifetimeService (Inherited fromSystem.MarshalByRefObject)
Public Method GetName Overridden. Gets the name of the column, given the zero-based column ordinal.  
Public Method GetOrdinal Overridden. Gets the column ordinal given the name of the column.  
Public Method GetSchemaTable Overridden. Returns a System.Data.DataTable that describes the column metadata of the System.Data.Common.DbDataReader.  
Public Method GetStream (Inherited fromSystem.Data.Common.DbDataReader)
Public Method GetString Overridden. Gets the value of the specified column as an instance of System.String.  
Public Method GetTextReader (Inherited fromSystem.Data.Common.DbDataReader)
Public Method GetValue Overridden. Gets the value of the specified column as an instance of System.Object.  
Public Method GetValues Overridden. Populates an array of objects with the column values of the current row.  
Public Method InitializeLifetimeService (Inherited fromSystem.MarshalByRefObject)
Public Method IsDBNull Overridden. Gets a value that indicates whether the column contains nonexistent or missing values.  
Public Method IsDBNullAsync Overloaded. (Inherited fromSystem.Data.Common.DbDataReader  )
Public Method NextResult Overridden. Advances the reader to the next result when reading the results of a batch of statements.  
Public Method NextResultAsync Overloaded. (Inherited fromSystem.Data.Common.DbDataReader  )
Public Method Read Overridden. Advances the reader to the next record in a result set.  
Public Method ReadAsync Overloaded. (Inherited fromSystem.Data.Common.DbDataReader  )
Public Method Seek  
Top

Protected Methods

  Name Description
Protected Method GetDbDataReader (Inherited fromSystem.Data.Common.DbDataReader)
Protected Method MemberwiseClone Overloaded. (Inherited fromSystem.MarshalByRefObject  )
Top

See Also