EntitySqlQueryExtensions.Into method
namespace: Serenity.Data assembly: Serenity.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
- class SqlQuery
- interface IEntity
- class EntitySqlQueryExtensions