Freigeben über


DatabaseColumnExtensions.SetUnderlyingStoreType Methode

Definition

Achtung

Set storetype directly on DatabaseColumn.StoreType.

Legt den zugrunde liegenden Speicher-/Datenbanktyp für die angegebene Spalte fest.

public static void SetUnderlyingStoreType (this Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn column, string value);
[System.Obsolete("Set storetype directly on DatabaseColumn.StoreType.")]
public static void SetUnderlyingStoreType (this Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn column, string value);
static member SetUnderlyingStoreType : Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn * string -> unit
[<System.Obsolete("Set storetype directly on DatabaseColumn.StoreType.")>]
static member SetUnderlyingStoreType : Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn * string -> unit
<Extension()>
Public Sub SetUnderlyingStoreType (column As DatabaseColumn, value As String)

Parameter

column
DatabaseColumn

Die Spalte.

value
String

Der Datenbank-/Speichertyp oder null , wenn keine.

Attribute

Gilt für: