DbResultSet Class |
Namespace: Cadcorp.DataAccess
The DbResultSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbResultSet | Initializes a new instance of the DbResultSet class |
Name | Description | |
---|---|---|
![]() | HasRows |
Returns true if the resultset contains data.
(Overrides ResultSetHasRows.) |
Name | Description | |
---|---|---|
![]() | Close |
Close the resultset's reader:
(Overrides ResultSetClose.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExposeReader |
Exposes the data reader for use in data binding:
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get |
Returns the value of the specified field in the current row:
(Overrides ResultSetGet(String).) |
![]() | GetBool |
Returns a boolean field value.
(Inherited from ResultSet.) |
![]() | GetDate |
Returns a date field value.
(Inherited from ResultSet.) |
![]() | GetDouble |
Returns a double field value.
(Inherited from ResultSet.) |
![]() | GetFloat |
Returns a float field value.
(Inherited from ResultSet.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInt |
Returns an int field value.
(Inherited from ResultSet.) |
![]() | GetLong |
Returns a long field value.
(Inherited from ResultSet.) |
![]() | GetNullableBool |
Returns a nullable boolean field value.
(Inherited from ResultSet.) |
![]() | GetNullableDate |
Returns a nullable date field value.
(Inherited from ResultSet.) |
![]() | GetNullableDouble |
Returns a nullable double field value;
(Inherited from ResultSet.) |
![]() | GetNullableFloat |
Returns a nullable float field.
(Inherited from ResultSet.) |
![]() | GetNullableInt |
Returns a nullable int field value.
(Inherited from ResultSet.) |
![]() | GetNullableLong |
Returns a nullable long field value.
(Inherited from ResultSet.) |
![]() | GetString |
Returns a string field value.
(Inherited from ResultSet.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasValue |
Returns whether the field has a non-null value or not:
(Inherited from ResultSet.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Next |
Moves to the next record in the resultset, returning false if no more records remain:
(Overrides ResultSetNext.) |
![]() | NextResult |
Advances the data reader to the next result, when reading the results of batch Transact-SQL statements:
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |