Skip to main content

CrudTables

Assembly: ServiceStack.Server.dll
View Source
Declaration
public class CrudTables : object, IReturn<AutoCodeSchemaResponse>, IReturn

Properties

Schema

View Source
Declaration
public string Schema { get; set; }

NamedConnection

View Source
Declaration
public string NamedConnection { get; set; }

AuthSecret

View Source
Declaration
public string AuthSecret { get; set; }

IncludeTables

Allow List to specify only the tables you would like to have code-generated

View Source
Declaration
public List<string> IncludeTables { get; set; }

ExcludeTables

Block list to specify which tables you would like excluded from being generated

View Source
Declaration
public List<string> ExcludeTables { get; set; }

NoCache

View Source
Declaration
public bool? NoCache { get; set; }

Implements