| BcfTable Methods | |
The BcfTable type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewRow |
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
| |
| AddNewRow(DictionaryString, Object) |
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
| |
| AddNewRow(DictionaryString, Object, Boolean) |
Creates a new BcfRow and adds it to the tables BcfRowCollection.
| |
| CreateNewRow |
Returns a new row 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.
| |
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetRowType |
Gets the Type of the rows.
| |
| GetType | (Inherited from Object.) | |
| Load(Object) |
Loads the specified values into one new row and adds it to table optimistic.
| |
| Load(Object, Boolean) |
Loads the specified values into one new row and adds it to table.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns the Name.
(Overrides ObjectToString.) |