| BcfTableTRow Methods | |
The BcfTableTRow generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewRow |
Creates a new TRow and adds it to the tables BcfRowCollection optimistic.
| |
| AddNewRow(DictionaryString, Object) |
Creates a new TRow and adds it to the tables BcfRowCollection optimistic.
| |
| AddNewRow(DictionaryString, Object, Boolean) |
Creates a new TRow and adds it to the tables BcfRowCollection.
| |
| CreateNewRow |
Returns a new TRow for the table. The row will not be added to the
Rows collection before calling
AddRowToTable(Boolean).
Until then the row is not part of the data. Calling
CreateNewRow will not cause a data change nor create an undo item.
| |
| CreateRow |
Creates the row.
| |
| Equals |
Determines whether the specified Object is equal to this instance.
(Inherited from BcfTable.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode |
Returns a hash code for this instance.
(Inherited from BcfTable.) | |
| GetRowType |
Gets the Type of the rows.
(Overrides BcfTableGetRowType.) | |
| GetType | (Inherited from Object.) | |
| Load(Object) |
Loads the specified values into one new TRow and adds it to table optimistic.
| |
| Load(Object, Boolean) |
Loads the specified values into one new TRow and adds it to table.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns the Name.
(Inherited from BcfTable.) |