C# 클래스 TastyDomainDriven.MsSql.SqlAppendOnlyStore

상속: IAppendOnlyStore
파일 보기 프로젝트 열기: jaceenet/TastyDomainDriven

공개 메소드들

메소드 설명
Append ( string name, byte data, long expectedVersion = -1 ) : void
Close ( ) : void
Dispose ( ) : void
Initialize ( ) : void
ReadRecords ( long afterVersion, int maxCount ) : IEnumerable
ReadRecords ( string name, long afterVersion, int maxCount ) : IEnumerable
SqlAppendOnlyStore ( string connectionString ) : System.Collections.Generic
SqlAppendOnlyStore ( string connectionString, string tableName ) : System.Collections.Generic

메소드 상세

Append() 공개 메소드

public Append ( string name, byte data, long expectedVersion = -1 ) : void
name string
data byte
expectedVersion long
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

ReadRecords() 공개 메소드

public ReadRecords ( long afterVersion, int maxCount ) : IEnumerable
afterVersion long
maxCount int
리턴 IEnumerable

ReadRecords() 공개 메소드

public ReadRecords ( string name, long afterVersion, int maxCount ) : IEnumerable
name string
afterVersion long
maxCount int
리턴 IEnumerable

SqlAppendOnlyStore() 공개 메소드

public SqlAppendOnlyStore ( string connectionString ) : System.Collections.Generic
connectionString string
리턴 System.Collections.Generic

SqlAppendOnlyStore() 공개 메소드

public SqlAppendOnlyStore ( string connectionString, string tableName ) : System.Collections.Generic
connectionString string
tableName string
리턴 System.Collections.Generic