Click or drag to resize
Akka.NETAbstractQueryExecutorHintToSql Method
TBD

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 string HintToSql(
	IHint hint,
	DbCommand command
)

Parameters

hint
Type: Akka.Persistence.Sql.Common.QueriesIHint
TBD
command
Type: System.Data.CommonDbCommand
TBD

Return Value

Type: String
TBD
Exceptions
ExceptionCondition
NotSupportedExceptionTBD
See Also