Click or drag to resize

BcfTableUntyped Methods

The BcfTableUntyped type exposes the following members.

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