AdminDatabase
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class AdminDatabase : object, IGet, IVerb, IReturn<AdminDatabaseResponse>, IReturn
Properties
Db
View Source
Declaration
public string? Db { get; set; }
Schema
View Source
Declaration
public string? Schema { get; set; }
Table
View Source
Declaration
public string? Table { get; set; }
Fields
View Source
Declaration
public List<string>? Fields { get; set; }
Take
View Source
Declaration
public int? Take { get; set; }
Skip
View Source
Declaration
public int? Skip { get; set; }
OrderBy
View Source
Declaration
public string? OrderBy { get; set; }
Include
View Source
Declaration
public string? Include { get; set; }