ResultSet Class |
Namespace: Cadcorp.DataAccess
The ResultSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Close the resultset:
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| 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 |
Return the specified field in the current row:
| |
| GetBool |
Returns a boolean field value.
| |
| GetDate |
Returns a date field value.
| |
| GetDouble |
Returns a double field value.
| |
| GetFloat |
Returns a float field value.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInt |
Returns an int field value.
| |
| GetLong |
Returns a long field value.
| |
| GetNullableBool |
Returns a nullable boolean field value.
| |
| GetNullableDate |
Returns a nullable date field value.
| |
| GetNullableDouble |
Returns a nullable double field value;
| |
| GetNullableFloat |
Returns a nullable float field.
| |
| GetNullableInt |
Returns a nullable int field value.
| |
| GetNullableLong |
Returns a nullable long field value.
| |
| GetString |
Returns a string field value.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasValue |
Returns whether the field has a non-null value or not:
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Next |
Move to the next record in the resultset.
Returns false if no more records remain:
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |