Click or drag to resize
EntityFieldsCoreTFieldFieldsWithExpressionOrAggregate Property
Gets the fields with expression or aggregate.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public List<IEntityFieldCore> FieldsWithExpressionOrAggregate { get; }

Property Value

Type: ListIEntityFieldCore

Implements

IEntityFieldsCoreFieldsWithExpressionOrAggregate
See Also