namespace: Serenity.Data assembly: Serenity.Net.Data
Extensible SQL query interface. Used to abstract Serenity.Data.Row dependency from SqlQuery.
public interface ISqlQueryExtensible
name | description |
---|---|
Columns { get; } | Gets the columns. |
FirstIntoRow { get; } | Gets the first into row. |
IntoRows { get; } | Gets the into rows. |
GetSelectIntoIndex(…) | Gets the index of the select into. |
IntoRowSelection(…) | Selects the into row. |
- Source: ISqlQueryExtensible.cs