ProjectionLambdaCreator.Create Method |
Name | Description | |
---|---|---|
![]() ![]() | Create<T, 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.
|
![]() ![]() | Create<T>(IList<IEntityFieldCore>) |
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.
|
![]() ![]() | Create<T>(IList<IEntityFieldCore>, 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.
|