LongTypeMapping Constructors

Definition

Overloads

LongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the LongTypeMapping class.

LongTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the LongTypeMapping class.

LongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the LongTypeMapping class.

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

Parameters

Applies to

LongTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the LongTypeMapping class.

public LongTypeMapping (string storeType, System.Data.DbType? dbType = default);
public LongTypeMapping (string storeType, System.Data.DbType? dbType = 12);
new Microsoft.EntityFrameworkCore.Storage.LongTypeMapping : string * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.LongTypeMapping
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) = 12)

Parameters

storeType
String

The name of the database type.

dbType
Nullable<DbType>

The DbType to be used.

Applies to