BcfTableUntyped Methods |
[This is preliminary documentation and is subject to change.]
The BcfTableUntyped type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewRow | (Inherited from BcfTableTRow.) | |
| Clear |
Deletes all rows in Rows transactional.
(Inherited from BcfTable.) | |
| Contains |
Determines whether the specified row is in this table.
(Inherited from BcfTableTRow.) | |
| CreateNewRow |
Returns a new row for the table. The row will not be added to the
Rows collection before calling
AddToTable.
Until then the row is not part of the data. Calling
CreateNewRow(Boolean) will not cause a data change nor create an undo item.
(Inherited from BcfTableTRow.) | |
| Diff |
Evalueates the difference between this an specified otherTable.
(Inherited from BcfTable.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from BcfTableTRow.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOptions |
Gets the table-options.
(Inherited from BcfTableTRow, TOptions.) | |
| GetRowFromId |
Gets the BcfRow with specified rowId.
(Inherited from BcfTableTRow.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index of a specific item in the list.
(Inherited from BcfTable.) | |
| Load(IDictionaryString, Object, Boolean) |
Loads the specified values into a row.
(Inherited from BcfTableTRow.) | |
| Load(Object, Boolean) |
Loads the specified values into a row.
(Inherited from BcfTableTRow.) | |
| Load(BcfRow, BcfRowMergeOption, BcfRowComparisonMode, FuncBcfColumn, Boolean, Boolean) |
Loads cell-values of specified sourceRow.
(Inherited from BcfTable.) | |
| Load(IEnumerableBcfRow, BcfRowMergeOption, BcfRowComparisonMode, FuncBcfColumn, Boolean, Boolean) |
Loads cell-values of specified distinctSourceRows.
(Inherited from BcfTable.) | |
| SetOptions |
Sets the table-options.
(Inherited from BcfTableTRow, TOptions.) | |
| ToString |
Returns the tables Name property.
(Inherited from BcfTable.) | |
| TryFindAdequateRow |
Gets the adequate row of this table of specified row - or null if not found.
(Inherited from BcfTable.) | |
| TryGetRowFromId(NullableInt32) |
Gets the BcfRow with specified rowId.
(Inherited from BcfTableTRow.) | |
| TryGetRowFromId(NullableInt32, BcfRow) | Gets the BcfRow associated with the specified row. (Inherited from BcfTable.) |