DbSchema
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class DbSchema : object
Properties
Schema
View Source
Declaration
public string Schema { get; set; }
NamedConnection
View Source
Declaration
public string NamedConnection { get; set; }
Tables
View Source
Declaration
public List<TableSchema> Tables { get; set; }