UIntTypeMapping Constructors

Definition

Overloads

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the UIntTypeMapping class.

UIntTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the UIntTypeMapping class.

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the UIntTypeMapping class.

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

Parameters

Applies to

UIntTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the UIntTypeMapping class.

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

Parameters

storeType
String

The name of the database type.

dbType
Nullable<DbType>

The DbType to be used.

Applies to