TableSchema
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class TableSchema : object
Properties
Name
View Source
Declaration
public string Name { get; set; }
Columns
View Source
Declaration
public ColumnSchema[] Columns { get; set; }
ErrorType
View Source
Declaration
public string ErrorType { get; set; }
ErrorMessage
View Source
Declaration
public string ErrorMessage { get; set; }