Public Methods
| Method | Description |
|---|---|
| Add | Creates and returns a new BusinessDataObject. PARAMETERS: LogicalName (String), PhysicalName (String). |
| Remove | Deletes a BusinessDataObject object specified by the given Name, GUID, or ID from the collection. PARAMETERS: Identifier (String or Integer). |
Public Properties
| Property | Description |
|---|---|
| _Item | Returns a BusinessDataObject object specified by the given Name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
| _NewEnum | |
| Count | Number of BusinessDataObjects in the collection. DATATYPE: Integer. |
| Item | Returns a BusinessDataObject object specified by the given Name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
See Also