template<class OBJ >
Adds the specified item to the end of the collection. Returns the index of the newly added item.
Validate parentage for object to add. Membership in a collection implys parentage, and a object can only have one parent. Adding to a non-owning class does not change the state.
Reimplemented from FdoNamedCollection< OBJ, FdoSchemaException >. Definition at line 168 of file SchemaCollection.h. Referenced by FdoSchemaCollection< FdoDataPropertyDefinition >::Add().
|