C# Class WebApplications.Utilities.Database.Configuration.DatabaseElement

Inheritance: WebApplications.Utilities.Configuration.ConfigurationElement
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Private Properties

Свойство Type Description
GetConnection Task
GetConnections Task>
GetSchema Task
GetSqlProgram Task

Private Methods

Méthode Description
GetConnection ( [ connectionName = null, [ ensureIdentical = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
GetConnections ( [ ensureIdentical = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
GetSchema ( [ connectionName = null, bool forceReload = false, CancellationToken cancellationToken = default(CancellationToken) ) : Task
GetSqlProgram ( [ name, Type>.[ parameters = null, bool ignoreValidationErrors = null, bool checkOrder = null, System.TimeSpan defaultCommandTimeout = null, TypeConstraintMode constraintMode = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task