IDbConfig
Namespace: FSharp.ORM
Represents a database configuration.
Instance members
Instance member | Description |
CommandObserver
Signature: ICommandObserver
Modifiers: abstract
|
Gets the Command Observer.
|
ConnectionObserver
Signature: IConnectionObserver
Modifiers: abstract
|
Gets the Connection Observer.
|
ConnectionString
Signature: string
Modifiers: abstract
|
Gets the string used to open the connection.
|
DbProviderFactory
Signature: DbProviderFactory
Modifiers: abstract
|
Gets the db provider factory.
|
Dialect
Signature: IDialect
Modifiers: abstract
|
Gets the SQL dialect.
|
ExpressionParser
Signature: Func<string,Expression>
Modifiers: abstract
|
Gets the expression Parser.
|
Invariant
Signature: string
Modifiers: abstract
|
Gets the invariant name of a provider.
|
Logger
Signature: Action<PreparedStatement>
Modifiers: abstract
|
Gets the SQL Logger.
|
QueryTranslator(arg1 arg2 arg3)
Signature: QueryType -> IDbConnection -> Expression -> IDbCommand * ConstructionInfo option
Modifiers: abstract
|
Gets the Expression to IDbCommand translator.
|
SqlParser
Signature: Func<string,Statement>
Modifiers: abstract
|
Gets the SQL Parser.
|
TypeToDbType
Signature: Func<Type,DbType option>
Modifiers: abstract
|
Gets the Type to DbType Converter
|