Mimer SQL Data Provider
MimerDataReader Class Members
Properties  Methods 

Mimer.Data.Client Namespace : MimerDataReader Class

The following tables list the members exposed by MimerDataReader.

Public Properties
 NameDescription
Public PropertyOverridden. Gets a value indicating the depth of nesting for the current row.  
Public PropertyOverridden. Gets the number of columns in the current row.  
Public PropertyOverridden. Gets whether the MimerDataReader has any rows.  
Public PropertyOverridden. Indicates whether the MimerDataReader is closed.  
Public PropertyOverloaded. Overridden. Gets the value of the specified column in its native format given the column name.

In C#, this property is the indexer for the MimerDataReader class.

 
Public PropertyOverridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
Public Property (Inherited from System.Data.Common.DbDataReader)
Top
Public Methods
 NameDescription
Public MethodOverridden. Closes the MimerDataReader object.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodOverridden. Gets the value of the specified column as a Boolean.  
Public MethodOverridden. Gets the value of the specified column as a byte.  
Public MethodOverridden. Reads a stream of bytes from the specified column offset into the buffer starting at the given buffer offset.  
Public MethodOverridden. Gets the value of the specified column as a character.  
Public MethodOverridden. Reads a stream of characters from the specified column offset into the buffer starting at the given buffer offset.  
Public MethodReturns a result set column schema for the MimerDataReader.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.  
Public MethodOverridden. Gets the name of the source data type.  
Public MethodGets the value of the specified column as a System.DateOnly object.  
Public MethodOverridden. Gets the value of the specified column as a System.DateTime object.  
Public MethodOverridden. Gets the value of the specified column as a System.Decimal object.  
Public MethodOverridden. Gets the value of the specified column as a double-precision floating point number.  
Public MethodOverridden. Gets the data type of the column as a System.Type object.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
Public MethodOverridden. Gets the value of the specified column as a single-precision floating point number.  
Public MethodOverridden. Gets the value of the specified column as a System.Guid (globally-unique identifier) object.  
Public MethodOverridden. Gets the value of the specified column as a signed 16-bit integer number.  
Public MethodOverridden. Gets the value of the specified column as a signed 32-bit integer number.  
Public MethodOverridden. Gets the value of the specified column as a signed 64-bit integer number.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodOverridden. Gets the name of the specified column.  
Public MethodOverridden. Gets the ordinal position of a column given the column name.  
Public MethodOverridden. Returns a System.Data.DataTable that describes the column metadata of the MimerDataReader.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodOverridden. Gets the value of the specified column as a System.String.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodGets the value of the specified column as a System.TimeOnly object.  
Public MethodGets the value of the specified column as a System.TimeSpan object.  
Public MethodOverloaded. Retrieve the value for a user defined type column.  
Public MethodOverridden. Gets the column in its native format.  
Public MethodOverridden. Retrieve the value for all columns of the current row.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodOverridden. Gets a boolean indicating whether the column value is null.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
Public MethodOverridden. Moves the MimerDataReader to the next result. This is used when reading the results of batched SQL statements.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
Public MethodOverridden. Moves the MimerDataReader to the next record.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
Top
See Also

Reference

MimerDataReader Class
Mimer.Data.Client Namespace