C# Class DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerJobSchema

Creates a table that stores data about scheduled jobs
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
GetSchema ( ) : List

Returns our schema as a list of tables.

SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic

Initializes a new instance of the SqlServerJobSchema class.

Private Methods

Méthode Description
CreateMainTable ( ) : Table

Creates the main table schema

GetOwner ( ) : string

Gets the schema owner

This is always 'dbo'

Method Details

GetSchema() public méthode

Returns our schema as a list of tables.
public GetSchema ( ) : List
Résultat List

SqlServerJobSchema() public méthode

Initializes a new instance of the SqlServerJobSchema class.
public SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic
tableNameHelper TableNameHelper The table name helper.
Résultat System.Collections.Generic