SQLProvider

SqlDataContext Type

Constructors

Constructor Description

SqlDataContext(typeName, connectionString, providerType, resolutionPath, referencedAssemblies, runtimeAssembly, owner, caseSensitivity, tableNames, contextSchemaPath, odbcquote, sqliteLibrary, transactionOptions, commandTimeout, sqlOperationsInSelect, ssdtPath, isReadOnly)

Full Usage: SqlDataContext(typeName, connectionString, providerType, resolutionPath, referencedAssemblies, runtimeAssembly, owner, caseSensitivity, tableNames, contextSchemaPath, odbcquote, sqliteLibrary, transactionOptions, commandTimeout, sqlOperationsInSelect, ssdtPath, isReadOnly)

Parameters:
Returns: SqlDataContext
typeName : string
connectionString : string
providerType : DatabaseProviderTypes
resolutionPath : string
referencedAssemblies : string array
runtimeAssembly : string
owner : string
caseSensitivity : CaseSensitivityChange
tableNames : string
contextSchemaPath : string
odbcquote : OdbcQuoteCharacter
sqliteLibrary : SQLiteLibrary
transactionOptions : TransactionOptions
commandTimeout : Option<int>
sqlOperationsInSelect : SelectOperations
ssdtPath : string
isReadOnly : bool
Returns: SqlDataContext

Static members

Static member Description

SqlDataContext.ProviderFactory

Full Usage: SqlDataContext.ProviderFactory

IoC: A factory that can be used to extend custom SQLProvider implementations from separate Nuget packages Parameters: vendor resolutionPath referencedAssemblies runtimeAssembly owner tableNames contextSchemaPath odbcquote sqliteLibrary ssdtPath

Type something to start searching.