Class QActionTableRow
Serves as a base class from which new classes will be derived.
public class QActionTableRow
- Inheritance
-
QActionTableRow
- Extension Methods
Constructors
- QActionTableRow(int, int)
Initializes a new instance of the QActionTableRow class that represents a table row with the specified number of columns.
- QActionTableRow(int, int, object[])
Initializes a new instance of the QActionTableRow class that represents a table row with the specified number of columns and initializes it with the provided data.
Properties
- ColumnCount
Gets the number of columns.
- Columns
Gets the contents of the columns.
- Index
Gets the index of the column that holds the primary key.
- Key
Gets the primary key of the row.
Methods
- ToObjectArray()
Converts the row to an object array.
Operators
- implicit operator object[](QActionTableRow)
Implicitly converts the row to an object array.