DBSchemaRetrieverRetrieveSynonymAndFieldMetaData Method  | 
 
            Retrieves the synonym- and field meta data for the synonyms (tables/views) which names are in the passed in elementNames and which are 
            in the schema specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
RemarksImplementers should add DBTable/DBView instances with the DBTableField/DBViewField instances to the DBSchema instance specified.
            Default implementation is a no-op
See Also