SelectResult
SelectResult represents a single return value of the query statement.
Inheritors
Inheritors
Types
Link copied to clipboard
SelectResult.As is a SelectResult that you can specify an alias name to it. The alias name can be used as the key for accessing the result value from the query Result object.
Link copied to clipboard
SelectResult.From is a SelectResult that you can specify the data source alias name.