ModelInfoProviderBaseGetEntityFieldCoreArray Method (String, IPersistenceInfoProvider) | 
 Gets the entity fields for the entity passed in. Only the fields defined in the entity are returned
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected IEntityFieldCore[] GetEntityFieldCoreArray(
	string entityName,
	IPersistenceInfoProvider persistenceProvider
)
Protected Function GetEntityFieldCoreArray ( 
	entityName As String,
	persistenceProvider As IPersistenceInfoProvider
) As IEntityFieldCore()
Parameters
- entityName
 - Type: SystemString
Name of the entity to grab the fields for - persistenceProvider
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPersistenceInfoProvider
The persistence info provider 
Return Value
Type: 
IEntityFieldCorearray of IEntityFieldCore fields
Remarksselfservicing specific
See Also