template<class OBJ >
Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item. Throws an invalid argument exception if the specified index is out of range.
Validate parentage for object to add. Membership in a collection implys parentage, and a object can only have one parent. OK, just restoring collection. Adding to a non-owning class does not change the state.
Reimplemented from FdoNamedCollection< OBJ, FdoSchemaException >. Definition at line 217 of file SchemaCollection.h. Referenced by FdoSchemaCollection< FdoDataPropertyDefinition >::Insert().
|