Represents a row in a data table.
| C# | Visual Basic | Visual C++ |
public class Row
Public Class Row
public ref class Row
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Row(array<String>[]()[], Boolean, RowCollection) |
Initializes a new instance of the Row class.
| |
| Row(array<String>[]()[]) |
Initializes a new instance of the Row class.
| |
| Equals(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.) | |
| Item[([(Int32])]) |
Gets or sets the String value at the specified index.
| |
| Item[([(String])]) |
Gets or sets the String value with the specified column name.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Owner |
Gets or sets the RowCollection this row belongs to.
| |
| ToDictionary()()() |
Creates a dictionary that maps the column names of the associated data table
to the values of this row.
| |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| Values |
Gets the values of this row.
|
| Object | |
| Row | |
