BcfTable Methods |
[This is preliminary documentation and is subject to change.]
The BcfTable type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewRow | ||
| Clear |
Deletes all rows in Rows transactional.
| |
| 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.
| |
| Diff |
Evalueates the difference between this an specified otherTable.
| |
| Equals | Determines whether the specified object is equal to the current 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.) | |
| GetEnumerator |
Gets an enumerator that can be used to iterate through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOptions |
Gets the table-options.
| |
| GetRowFromId |
Gets the BcfRow with specified rowId.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index of a specific item in the list.
| |
| Load(IDictionaryString, Object, Boolean) |
Loads the specified values into a row.
| |
| Load(Object, Boolean) |
Loads the specified values into a row.
| |
| Load(BcfRow, BcfRowMergeOption, BcfRowComparisonMode, FuncBcfColumn, Boolean, Boolean) |
Loads cell-values of specified sourceRow.
| |
| Load(IEnumerableBcfRow, BcfRowMergeOption, BcfRowComparisonMode, FuncBcfColumn, Boolean, Boolean) |
Loads cell-values of specified distinctSourceRows.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetOptions |
Sets the table-options.
| |
| ToString |
Returns the tables Name property.
(Overrides ObjectToString.) | |
| TryFindAdequateRow |
Gets the adequate row of this table of specified row - or null if not found.
| |
| TryGetRowFromId(NullableInt32) |
Gets the BcfRow with specified rowId.
| |
| TryGetRowFromId(NullableInt32, BcfRow) | Gets the BcfRow associated with the specified row. |