C# 클래스 WebApplications.Utilities.Database.Schema.DatabaseSchema

상속: ISchema
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

Private Properties

프로퍼티 타입 설명
DatabaseSchema System
GetOrAdd Task
Load Task
ReLoad Task
ReloadAll Task

공개 메소드들

메소드 설명
Equals ( [ other ) : bool

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

비공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

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.
리턴 bool