Udostępnij za pośrednictwem


SqlitePropertyBuilderExtensions.ForSqliteHasColumnType Metoda

Definicja

Przeciążenia

ForSqliteHasColumnType(PropertyBuilder, String)

Konfiguruje typ danych kolumny mapowania właściwości na wartość docelową SQLite.

ForSqliteHasColumnType<TProperty>(PropertyBuilder<TProperty>, String)

Konfiguruje typ danych kolumny mapowania właściwości na wartość docelową SQLite.

ForSqliteHasColumnType(PropertyBuilder, String)

Konfiguruje typ danych kolumny mapowania właściwości na wartość docelową SQLite.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasColumnType (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, string type);
static member ForSqliteHasColumnType : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqliteHasColumnType (propertyBuilder As PropertyBuilder, type As String) As PropertyBuilder

Parametry

propertyBuilder
PropertyBuilder

Konstruktor dla konfigurowanej właściwości.

type
String

Nazwa typu danych kolumny.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.

Dotyczy

ForSqliteHasColumnType<TProperty>(PropertyBuilder<TProperty>, String)

Konfiguruje typ danych kolumny mapowania właściwości na wartość docelową SQLite.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasColumnType<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string type);
static member ForSqliteHasColumnType : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasColumnType(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), type As String) As PropertyBuilder(Of TProperty)

Parametry typu

TProperty

Typ skonfigurowanej właściwości.

Parametry

propertyBuilder
PropertyBuilder<TProperty>

Konstruktor dla konfigurowanej właściwości.

type
String

Nazwa typu danych kolumny.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.

Dotyczy