ModelInfoProviderBaseGetEntityFieldCoreArray Method (String) |
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.6.0.0 (5.6.19.0117)
Syntax protected virtual IEntityFieldCore[] GetEntityFieldCoreArray(
string entityName
)
Protected Overridable Function GetEntityFieldCoreArray (
entityName As String
) As IEntityFieldCore()
Parameters
- entityName
- Type: SystemString
Name of the entity to grab the fields for
Return Value
Type:
IEntityFieldCorearray of IEntityFieldCore fields
Remarks the default implementation returns adapter fields
See Also