Méthode | Description | |
---|---|---|
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 |
public Append ( string name, byte data, long expectedVersion = -1 ) : void | ||
name | string | |
data | byte | |
expectedVersion | long | |
Résultat | void |
public ReadRecords ( long afterVersion, int maxCount ) : IEnumerable |
||
afterVersion | long | |
maxCount | int | |
Résultat | IEnumerable |
public ReadRecords ( string name, long afterVersion, int maxCount ) : IEnumerable |
||
name | string | |
afterVersion | long | |
maxCount | int | |
Résultat | IEnumerable |
public SqlAppendOnlyStore ( string connectionString ) : System.Collections.Generic | ||
connectionString | string | |
Résultat | System.Collections.Generic |
public SqlAppendOnlyStore ( string connectionString, string tableName ) : System.Collections.Generic | ||
connectionString | string | |
tableName | string | |
Résultat | System.Collections.Generic |