Share via


DoubleTypeMapping Constructors

Definition

Overloads

DoubleTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the DoubleTypeMapping class.

DoubleTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the DoubleTypeMapping class.

DoubleTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the DoubleTypeMapping class.

protected DoubleTypeMapping (Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters parameters);
new Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters -> Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping
Protected Sub New (parameters As RelationalTypeMapping.RelationalTypeMappingParameters)

Parameters

Applies to

DoubleTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the DoubleTypeMapping class.

public DoubleTypeMapping (string storeType, System.Data.DbType? dbType = default);
public DoubleTypeMapping (string storeType, System.Data.DbType? dbType = 8);
new Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping : string * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping
Public Sub New (storeType As String, Optional dbType As Nullable(Of DbType) = Nothing)
Public Sub New (storeType As String, Optional dbType As Nullable(Of DbType) = 8)

Parameters

storeType
String

The name of the database type.

dbType
Nullable<DbType>

The DbType to be used.

Applies to