Click or drag to resize
BCUserDBCollectionT Properties

The BCUserDBCollectionT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the collection.
(Inherited from BCUserDBCollection.)
Public propertyFields
Gets an array of ADO Field objects describing the Rows.
(Inherited from BCUserDBCollection.)
Public propertyFilter
Gets or sets the custom filter of the collection.
(Inherited from BCUserDBCollection.)
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 specified key.
Public propertyRows
Gets an array of element values stored in the database.
(Inherited from BCUserDBCollection.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
See Also