UIntTypeMapping 构造函数

定义

重载

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

初始化 UIntTypeMapping 类的新实例。

UIntTypeMapping(String, Nullable<DbType>)

初始化 UIntTypeMapping 类的新实例。

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

初始化 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)

参数

适用于

UIntTypeMapping(String, Nullable<DbType>)

初始化 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)

参数

storeType
String

数据库类型的名称。

dbType
Nullable<DbType>

要使用的 DbType

适用于