C# Class WebApplications.Utilities.Database.Schema.DatabaseSchema

Inheritance: ISchema
Mostra file Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description
DatabaseSchema System
GetOrAdd Task
Load Task
ReLoad Task
ReloadAll Task

Public Methods

Method Description
Equals ( [ other ) : bool

Indicates whether the current object is equal to another object of the same type.

Private Methods

Method Description
DatabaseSchema ( [ connectionString ) : System

Initializes a new instance of the DatabaseSchema class.

GetOrAdd ( [ connection, bool forceReload = false, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Load ( bool forceReload, CancellationToken cancellationToken ) : Task
ReLoad ( CancellationToken cancellationToken ) : Task
ReloadAll ( CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

Equals() public method

Indicates whether the current object is equal to another object of the same type.
public Equals ( [ other ) : bool
other [ An object to compare with this object.
return bool