Click or drag to resize
BCCollectionBase Properties

The BCCollectionBase type exposes the following members.

Properties
  NameDescription
Public propertyCacheResults
Gets or sets a value indicating whether values should be cached.
Public propertyColumnCount
Gets the number of properties in the tableview.
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyItemInt32
Gets the element at the specified index.
Public propertyItemString
Gets the element identified with the specified key.
Public propertyRowCount
Gets the number of objects in the tableview.
Public propertyTableView
Gets the collection of an object's property values.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
See Also