Gets the object for a specific name.
PODSObjectMgr
PODSObject objectForName(PODSString name);
Not applicable
PODSObject* PODSobjectForName( PODSObjectMgr* objmgr, PODSString name );
objmgr The PODSObjectMgr
object.
name [in] Name of object to return.
PODSObject
for specified name.
The PODSObjectMgr
implementation of objectForName( )
walks through all the registered PODS objects until an object matching the specified name is found, while the PODSObjectSrc
implementation only checks the specified PODS object.
PODSObjectSrc
object's objectForName( )
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |