Click or drag to resize
Akka.NETBatchingSqlJournalTConnection, TCommandReadEvent Method
Returns a persistent representation of an event read from a current row in the database.

Namespace:  Akka.Persistence.Sql.Common.Journal
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual IPersistentRepresentation ReadEvent(
	DbDataReader reader
)

Parameters

reader
Type: System.Data.CommonDbDataReader
TBD

Return Value

Type: IPersistentRepresentation
TBD
See Also