'Declaration
Sub AddObjectCollection( _ ByVal relationName As String, _ ByVal displayName As String, _ ByVal collection As IEnumerable(Of ADTObject) _ )
void AddObjectCollection( string relationName, string displayName, IEnumerable<ADTObject> collection )
void AddObjectCollection( String^ relationName, String^ displayName, IEnumerable<ADTObject^>^ collection )
Parameters
- relationName
- The internal name for the relation
- displayName
- The display name for the relation
- collection
- The related collection of objects.