Share via


IntTypeMapping Constructors

Definition

Overloads

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the IntTypeMapping class.

IntTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the IntTypeMapping class.

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the IntTypeMapping class.

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

Parameters

Applies to

IntTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the IntTypeMapping class.

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

Parameters

storeType
String

The name of the database type.

dbType
Nullable<DbType>

The DbType to be used.

Applies to