LinqUtilsGetAllFieldsForEntity Method |
Gets all fields for entity.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public static IList<IEntityFieldCore> GetAllFieldsForEntity(
Type entityType,
IElementCreatorCore generatedCodeElementCreator
)
Public Shared Function GetAllFieldsForEntity (
entityType As Type,
generatedCodeElementCreator As IElementCreatorCore
) As IList(Of IEntityFieldCore)
Parameters
- entityType
- Type: SystemType
Type of the entity. - generatedCodeElementCreator
- Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator.
Return Value
Type:
IListIEntityFieldCoreSee Also