C# Класс DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerJobSchema

Creates a table that stores data about scheduled jobs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSchema ( ) : List

Returns our schema as a list of tables.

SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic

Initializes a new instance of the SqlServerJobSchema class.

Приватные методы

Метод Описание
CreateMainTable ( ) : Table

Creates the main table schema

GetOwner ( ) : string

Gets the schema owner

This is always 'dbo'

Описание методов

GetSchema() публичный Метод

Returns our schema as a list of tables.
public GetSchema ( ) : List
Результат List

SqlServerJobSchema() публичный Метод

Initializes a new instance of the SqlServerJobSchema class.
public SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic
tableNameHelper TableNameHelper The table name helper.
Результат System.Collections.Generic