| C# |
|---|
| public class DbRow |
| HasItems | Checks if the collection has items. |
| #ctor | Initializes an object instance. |
| #ctor | The Copy constructor. |
| Clone | Clones the structure of the object. |
| Item | The row value for the specified value column index. |
| Item | The row value for the specified value property name. |
| Values | Gets or sets the row values. |