Aracılığıyla paylaş


RelationalTypeMapping.WithStoreTypeAndSize Yöntem

Tanım

Bu eşlemenin bir kopyasını oluşturur.

public virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping WithStoreTypeAndSize (string storeType, int? size);
abstract member WithStoreTypeAndSize : string * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.WithStoreTypeAndSize : string * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Overridable Function WithStoreTypeAndSize (storeType As String, size As Nullable(Of Integer)) As RelationalTypeMapping

Parametreler

storeType
String

Veritabanı türünün adı.

size
Nullable<Int32>

Özelliğin depolamak üzere yapılandırıldığı verilerin boyutu veya boyut yapılandırılmamışsa null.

Döndürülenler

Yeni oluşturulan eşleme.

Şunlara uygulanır