C# Class KonfDB.Engine.Database.Providers.MsSql.MsSqlObjectsCheckAction

Inheritance: KonfDB.Infrastructure.Database.StateActions.DatabaseObjectsCheckAction
Mostra file Open project: punitganshani/KonfDB

Public Methods

Method Description
ReferencesExist ( object>.Dictionary dataDictionary ) : bool
SchemasExist ( string schemas, object>.Dictionary dataDictionary ) : bool
TablesExist ( string schema, string tables, object>.Dictionary dataDictionary ) : bool

Method Details

ReferencesExist() public method

public ReferencesExist ( object>.Dictionary dataDictionary ) : bool
dataDictionary object>.Dictionary
return bool

SchemasExist() public method

public SchemasExist ( string schemas, object>.Dictionary dataDictionary ) : bool
schemas string
dataDictionary object>.Dictionary
return bool

TablesExist() public method

public TablesExist ( string schema, string tables, object>.Dictionary dataDictionary ) : bool
schema string
tables string
dataDictionary object>.Dictionary
return bool