SqlRow Methods |
The SqlRow type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a new field to the row.
| |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(Int32) |
Get the value of a field in this row by column index number.
| |
GetValue(String) |
Get the value of a field in this row by name.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetValue(Int32, Object) |
Sets the value of a field in this row by column index number.
| |
SetValue(String, Object) |
Sets the value of a field in this row by name.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |