C# Class Akka.Persistence.Sqlite.Snapshot.SqliteQueryMapper

Inheritance: ISnapshotQueryMapper
Show file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Map ( System.Data.Common.DbDataReader reader ) : SelectedSnapshot
SqliteQueryMapper ( Akka serialization ) : System

Private Methods

Method Description
GetSnapshot ( System.Data.Common.DbDataReader reader ) : object

Method Details

Map() public method

public Map ( System.Data.Common.DbDataReader reader ) : SelectedSnapshot
reader System.Data.Common.DbDataReader
return SelectedSnapshot

SqliteQueryMapper() public method

public SqliteQueryMapper ( Akka serialization ) : System
serialization Akka
return System