Click or drag to resize
ProjectionLambdaCreator Class
Helper class which creates a projection lambda to be used with Select from a type and an IEntityFieldsCore object.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecProjectionLambdaCreator

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class ProjectionLambdaCreator
Methods
  NameDescription
Public methodStatic memberCreateT(IListIEntityFieldCore)
Creates the lambda which instantiates a new T instance and specified fields. Each property of T which has a similarly named field in fields gets a projection call in the returned lambda.
Public methodStatic memberCreateT(IListIEntityFieldCore, Boolean)
Creates the lambda which instantiates a new T instance and specified fields. Each property of T which has a similarly named field in fields gets a projection call in the returned lambda.
Public methodStatic memberCreateT, U
Creates the lambda which instantiates a new T instance from fields produced by U. Each property of T which has a similarly named field in U gets a projection call in the returned lambda.
Top
See Also