Skip to main content

IQueryDataSource

Assembly: ServiceStack.dll​
View Source​
Declaration
public interface IQueryDataSource : IDisposable

Methods​

From<T>()​

View Source​
Declaration
IDataQuery From<T>()
Returns​

ServiceStack.IDataQuery

Type Parameters​
  • T

LoadSelect<Into, From>(IDataQuery)​

View Source​
Declaration
List<Into> LoadSelect<Into, From>(IDataQuery q)
Returns​

System.Collections.Generic.List<<Into>>

Parameters​
TypeName
ServiceStack.IDataQueryq
Type Parameters​
  • Into
  • From

Count(IDataQuery)​

View Source​
Declaration
int Count(IDataQuery q)
Returns​

System.Int32

Parameters​
TypeName
ServiceStack.IDataQueryq

SelectAggregate(IDataQuery, String, IEnumerable<String>)​

View Source​
Declaration
object SelectAggregate(IDataQuery q, string name, IEnumerable<string> args)
Returns​

System.Object

Parameters​
TypeName
ServiceStack.IDataQueryq
System.Stringname
System.Collections.Generic.IEnumerable<System.String>args