IAutoQueryDbFilters
Assembly: ServiceStack.dll
View Source
Declaration
public interface IAutoQueryDbFilters
Methods
sendToAutoQuery(ScriptScopeContext, Object, String, Object)
View Source
Declaration
object sendToAutoQuery(ScriptScopeContext scope, object dto, string requestName, object options)
Returns
System.Object
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
System.Object | dto |
System.String | requestName |
System.Object | options |