EntitySqlQueryExtensions.Into method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Add the specified entity to INTO list of the query, and sets it as current INTO row.

public static SqlQuery Into(this SqlQuery query, IEntity into)
parameter description
query The query.
into The into.

See Also