DataSetBasedCollection(TObject, TDataSet) Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An abstract class; DataSetBased Collection of items based on a dataset.
The DataSetBasedCollection<(Of <(TObject, TDataSet>)>) type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Use this method to return an enumerator than can iterate through the DataSetBasedCollection<(Of <(TObject, TDataSet>)>) instance. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of items in the collection. | |
DataSet | Gets the internal dataset used in this object collection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<(Of <(TObject>)>)..::.GetEnumerator |
Top