RelationalTypeMapping.RelationalTypeMappingParameters.WithStoreTypeAndSize Methode

Definition

Erstellt ein neues RelationalTypeMapping.RelationalTypeMappingParameters Parameterobjekt mit dem angegebenen Speichertyp und der angegebenen Größe.

public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters WithStoreTypeAndSize (string storeType, int? size, Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix? storeTypePostfix = default);
member this.WithStoreTypeAndSize : string * Nullable<int> * Nullable<Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters
Public Function WithStoreTypeAndSize (storeType As String, size As Nullable(Of Integer), Optional storeTypePostfix As Nullable(Of StoreTypePostfix) = Nothing) As RelationalTypeMapping.RelationalTypeMappingParameters

Parameter

storeType
String

Der name des neuen Speichertyps.

size
Nullable<Int32>

Die neue Größe.

storeTypePostfix
Nullable<StoreTypePostfix>

Das neue Postfix oder null , das unverändert bleiben soll.

Gibt zurück

Das neue Parameterobjekt.

Gilt für: