Click or drag to resize

FieldExtensionMethods.ToValue Method

Overload List
  NameDescription
Public methodStatic memberToValue<TValue>(IEntityFieldCore)
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the result of the passed in field.
Public methodStatic memberToValue<TValue>(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.
Top
See Also