SQLProvider

TypeMapping Type

Represents the mapping between database types and .NET CLR types. Used to translate between database-specific types and .NET types during query execution.

Record fields

Record Field Description

ClrType

Full Usage: ClrType

Field type: string

The corresponding .NET CLR type name

Field type: string

DbType

Full Usage: DbType

Field type: DbType

The standard .NET DbType enumeration value

Field type: DbType

ProviderType

Full Usage: ProviderType

Field type: int voption

The database provider's numeric type identifier

Field type: int voption

ProviderTypeName

Full Usage: ProviderTypeName

Field type: string voption
Field type: string voption

Static members

Static member Description

TypeMapping.Create(?clrType, ?dbType, ?providerTypeName, ?providerType)

Full Usage: TypeMapping.Create(?clrType, ?dbType, ?providerTypeName, ?providerType)

Parameters:
    ?clrType : string
    ?dbType : DbType
    ?providerTypeName : string
    ?providerType : int

Returns: TypeMapping
?clrType : string
?dbType : DbType
?providerTypeName : string
?providerType : int
Returns: TypeMapping

Type something to start searching.