| SqliteSnapshotQueryExecutorCreateCommand Method |
TBD
Namespace:
Akka.Persistence.Sqlite.Snapshot
Assembly:
Akka.Persistence.Sqlite (in Akka.Persistence.Sqlite.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected override DbCommand CreateCommand(
DbConnection connection
)
abstract CreateCommand :
connection : DbConnection -> DbCommand
override CreateCommand :
connection : DbConnection -> DbCommand
Parameters
- connection
- Type: System.Data.CommonDbConnection
TBD
Return Value
Type:
DbCommandTBD
See Also