Compartilhar via


UIntTypeMapping Construtores

Definição

Sobrecargas

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializa uma nova instância da classe UIntTypeMapping.

UIntTypeMapping(String, Nullable<DbType>)

Inicializa uma nova instância da classe UIntTypeMapping.

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializa uma nova instância da classe 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)

Parâmetros

Aplica-se a

UIntTypeMapping(String, Nullable<DbType>)

Inicializa uma nova instância da classe 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)

Parâmetros

storeType
String

O nome do tipo de banco de dados.

dbType
Nullable<DbType>

O DbType a ser usado.

Aplica-se a