Bagikan melalui


UIntTypeMapping Konstruktor

Definisi

Overload

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Menginisialisasi instans baru kelas UIntTypeMapping.

UIntTypeMapping(String, Nullable<DbType>)

Menginisialisasi instans baru kelas UIntTypeMapping.

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Menginisialisasi instans baru kelas UIntTypeMapping.

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)

Parameter

Berlaku untuk

UIntTypeMapping(String, Nullable<DbType>)

Menginisialisasi instans baru kelas UIntTypeMapping.

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)

Parameter

storeType
String

Nama jenis database.

dbType
Nullable<DbType>

yang DbType akan digunakan.

Berlaku untuk