Click or drag to resize

BcfTable Methods

[This is preliminary documentation and is subject to change.]

The BcfTable type exposes the following members.

Methods
  NameDescription
Public methodAddNewRow
Creates a new BcfRow and adds it to the Rows.
Public methodClear
Deletes all rows in Rows transactional.
Public methodCreateNewRow
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.
Public methodDiff
Evalueates the difference between this an specified otherTable.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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 methodGetEnumerator
Gets an enumerator that can be used to iterate through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOptions
Gets the table-options.
Public methodGetRowFromId
Gets the BcfRow with specified rowId.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of a specific item in the list.
Public methodLoad(IDictionaryString, Object, Boolean)
Loads the specified values into a row.
Public methodLoad(Object, Boolean)
Loads the specified values into a row.
Public methodLoad(BcfRow, BcfRowMergeOption, BcfRowComparisonMode, FuncBcfColumn, Boolean, Boolean)
Loads cell-values of specified sourceRow.
Public methodLoad(IEnumerableBcfRow, BcfRowMergeOption, BcfRowComparisonMode, FuncBcfColumn, Boolean, Boolean)
Loads cell-values of specified distinctSourceRows.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetOptions
Sets the table-options.
Public methodToString
Returns the tables Name property.
(Overrides ObjectToString.)
Public methodTryFindAdequateRow
Gets the adequate row of this table of specified row - or null if not found.
Public methodTryGetRowFromId(NullableInt32)
Gets the BcfRow with specified rowId.
Public methodTryGetRowFromId(NullableInt32, BcfRow)
Gets the BcfRow associated with the specified row.
Top
See Also