Share via


ULongTypeMapping Constructors

Definition

Overloads

ULongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the ULongTypeMapping class.

ULongTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the ULongTypeMapping class.

ULongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initializes a new instance of the ULongTypeMapping class.

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

Parameters

Applies to

ULongTypeMapping(String, Nullable<DbType>)

Initializes a new instance of the ULongTypeMapping class.

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

Parameters

storeType
String

The name of the database type.

dbType
Nullable<DbType>

The DbType to be used.

Applies to