FieldExtensionMethods.ToValue<TValue> Method (IEntityFieldCore, Int32) |
Placeholder method which is used in a generated lambda from a call to Select<T>>(fields) to specify the type of the result of the passed in field and as well the
ordinal the source field has in the actual projection of the query.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
Remarks
As this is a placeholder, it does nothing. It's replaced with a ProjectionRow indexer with the ordinalInProject specfied as the index in a compiled lambda for the Select method
See Also