IModelInfoProviderGetEntityFields Method (String, IPersistenceInfoProvider) | 
 
            Fills the entity fields object for the selfservicing 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)
SyntaxIEntityFields GetEntityFields(
	string entityName,
	IPersistenceInfoProvider persistenceInfoProvider
)
Function GetEntityFields ( 
	entityName As String,
	persistenceInfoProvider As IPersistenceInfoProvider
) As IEntityFields
Parameters
- entityName
 - Type: SystemString
Name of the entity. - persistenceInfoProvider
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPersistenceInfoProvider
The persistence info provider. 
Return Value
Type: 
IEntityFields
RemarksSelfServicing specific
See Also