Public Methods

MethodDescription
AddCreates and returns a new BusinessDataObject. PARAMETERS: LogicalName (String), PhysicalName (String).
RemoveDeletes a BusinessDataObject object specified by the given Name, GUID, or ID from the collection. PARAMETERS: Identifier as String or Integer.

Public Properties

PropertyDescription
_ItemReturns a BusinessDataObject object specified by the given Name, GUID, or ID. PARAMETERS: Identifier as String or Integer.
_NewEnum
CountNumber of BusinessDataObjects in the collection. DATATYPE: Integer.
ItemReturns a BusinessDataObject object specified by the given Name, GUID, or ID. PARAMETERS: Identifier as String or Integer.
  • No labels