Click or drag to resize
CalculationWorks Logo
BcfColumnCollection Class
Represents a collection of BcfColumn objects for a BcfTable. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionBcfColumn
    CalculationWorks.BusinessModelBcfColumnCollection

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public sealed class BcfColumnCollection : ReadOnlyCollection<BcfColumn>

The BcfColumnCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfColumn.)
Public propertyItemInt32 (Inherited from ReadOnlyCollectionBcfColumn.)
Public propertyItemString
Gets the BcfColumn from the collection with the specified column name.
Top
Methods
  NameDescription
Public methodContains(String)
Determines whether the specified name is in the collection.
Public methodContains(T) (Inherited from ReadOnlyCollectionBcfColumn.)
Public methodCopyTo (Inherited from ReadOnlyCollectionBcfColumn.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfColumn.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionBcfColumn.)
Public methodToString (Inherited from Object.)
Public methodTryGetColumn
Gets the column with the specified name.
Top
Remarks
The collection is case-sensitive when it searches for column names.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also