API Reference > Other Classes > OdFdFieldEnginePE Class > OdFdFieldEnginePE Methods > OdFdFieldEnginePE::getOwnerTable Method
OdFdFieldEnginePE::getOwnerTable Method
Syntax
C++
virtual OdDbObjectId getOwnerTable(const OdDbField* field) = 0;
Parameters 
Description 
const OdDbField* field 
[in] pointer to the field object 

Returns OdDbTable entity ID which is supposed to be the owner of the field object. Intended to be used during adding or modifying a formula field in one of table cells, while the field can be non-database-resident. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.