EntityQueryExtensions class

namespace: Serenity.Data   assemblySerenity.Net.Entity

Extensions for objects implementing IDbWhere interface.

public static class EntityQueryExtensions

Public Members

name description
static SelectForeignFields(…) Adds foreign / calculated table fields in a row to select list of a query.
static SelectNonTableFields(…) Adds foreign / calculated table fields in a row to select list of a query.
static SelectTableFields(…) Adds actual table fields in a row to select list of a query. (2 methods)
static Set<T>(…) Sets all field values in a row with auto named parameters (field name prefixed with '@'). (2 methods)
static WhereEqual<T>(…) Adds all field values in a row to where clause with equality operator and auto named parameters (field name prefixed with '@').

See Also