EntityQueryExtensions.SelectForeignFields method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Adds foreign / calculated table fields in a row to select list of a query.

public static SqlQuery SelectForeignFields(this SqlQuery query, IRow row, params Field[] exclude)
parameter description
query Query to select fields into (required).
row Row with fields to be selected (required).
exclude Fields to be excluded (optional).

See Also