InheritanceInfoProviderBaseGetEntityFields Method |
Gets the entity fields for the entity passed in. Only the fields defined in the entity are returned
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public abstract IEntityFieldCore[] GetEntityFields(
string entityName
)
Public MustOverride Function GetEntityFields (
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
See Also