| FieldInfoProviderBaseGetEntityFieldsArray Method (String) | 
 
            Gets the entity fields array.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
 Syntax
Syntaxpublic IEntityFieldCore[] GetEntityFieldsArray(
	string entityName
)
Public Function GetEntityFieldsArray ( 
	entityName As String
) As IEntityFieldCore()
Parameters
- entityName
- Type: SystemString
 Name of the entity.
Return Value
Type: 
IEntityFieldCorearray of the fields which solely belong to the entity specified so no inherited fields are present.
Implements
IFieldInfoProviderGetEntityFieldsArray(String) Remarks
RemarksAdapter specific.
 See Also
See Also