Click or drag to resize
CalculationWorks Logo
BcfTable Methods

The BcfTable type exposes the following members.

Methods
  NameDescription
Public methodAddNewRow
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
Public methodAddNewRow(DictionaryString, Object)
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
Public methodAddNewRow(DictionaryString, Object, Boolean)
Creates a new BcfRow and adds it to the tables BcfRowCollection.
Public methodCreateNewRow
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.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetRowType
Gets the Type of the rows.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad(Object)
Loads the specified values into one new row and adds it to table optimistic.
Public methodLoad(Object, Boolean)
Loads the specified values into one new row and adds it to table.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the Name.
(Overrides ObjectToString.)
Top
See Also