IModelInfoProviderGetEntityFields Method (String) | 
 
            Fills the entity fields object for the adapter entity with the name specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxIEntityFields2 GetEntityFields(
	string entityName
)
Function GetEntityFields ( 
	entityName As String
) As IEntityFields2
Parameters
- entityName
 - Type: SystemString
Name of the entity. 
Return Value
Type: 
IEntityFields2
RemarksAdapter specific
See Also