StaticEntityFieldsDataContainerGetEntityNamesOfFields Method  | 
 
            Gets the entity names of fields. This is a copy of the static object inside this container.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxpublic ICollection<string> GetEntityNamesOfFields()
Public Function GetEntityNamesOfFields As ICollection(Of String)
Return Value
Type: 
ICollectionString
See Also