Freigeben über


DatabaseColumnExtensions.GetUnderlyingStoreType(DatabaseColumn) Methode

Definition

Achtung

Set storetype directly on DatabaseColumn.StoreType.

Ruft den zugrunde liegenden Speicher-/Datenbanktyp für die angegebene Spalte ab.

public static string GetUnderlyingStoreType (this Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn column);
[System.Obsolete("Set storetype directly on DatabaseColumn.StoreType.")]
public static string GetUnderlyingStoreType (this Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn column);
static member GetUnderlyingStoreType : Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn -> string
[<System.Obsolete("Set storetype directly on DatabaseColumn.StoreType.")>]
static member GetUnderlyingStoreType : Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn -> string
<Extension()>
Public Function GetUnderlyingStoreType (column As DatabaseColumn) As String

Parameter

column
DatabaseColumn

Die Spalte.

Gibt zurück

Der Datenbank-/Speichertyp oder null , wenn keiner festgelegt wurde.

Attribute

Gilt für: