Click or drag to resize
FieldExtensionMethods Methods

The FieldExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAs(IEntityField, String)
Specifies the field alias on the field, returning the field.
Public methodStatic memberAs(IEntityField2, String)
Specifies the field alias on the field, returning the field.
Public methodStatic memberAs(IEntityFieldCore, String)
Specifies the field alias on the field, returning the field.
Public methodStatic memberCastToTResult
Specifies the result type of the field to be TResult
Public methodStatic memberSourceTField
Specifies the object alias (source) of the field, returning the field.
Public methodStatic memberToValueTValue
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.
Top
See Also