ISqlQueryExtensible interface
namespace: Serenity.Data assembly: Serenity.Net.Data
Extensible SQL query interface. Used to abstract Serenity.Data.Row dependency from SqlQuery.
public interface ISqlQueryExtensible
Members
| 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. |
See Also
- Source: ISqlQueryExtensible.cs