| IFieldInfoProviderGetEntityFieldsArray Method (String, IPersistenceInfoProvider) | 
 
            Gets the entity fields array.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
SyntaxIEntityFieldCore[] GetEntityFieldsArray(
	string entityName,
	IPersistenceInfoProvider persistenceProvider
)
Function GetEntityFieldsArray ( 
	entityName As String,
	persistenceProvider As IPersistenceInfoProvider
) As IEntityFieldCore()
Parameters
- entityName
 - Type: SystemString
Name of the entity. - persistenceProvider
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPersistenceInfoProvider
The persistence provider. 
Return Value
Type: 
IEntityFieldCore
            array of the fields which solely belong to the entity specified so no inherited fields are present.
            
Remarksselfservicing specific.
See Also