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 as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a BusinessDataObject object specified by the given Name, GUID, or ID. PARAMETERS: Identifier as 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 as String or Integer. |
See Also