Udostępnij za pośrednictwem


SqlitePropertyBuilderExtensions.ForSqliteHasDefaultValueSql Metoda

Definicja

Przeciążenia

ForSqliteHasDefaultValueSql(PropertyBuilder, String)

Konfiguruje domyślne wyrażenie wartości dla kolumny, do której właściwość jest mapowana podczas określania wartości sqLite.

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

Konfiguruje domyślne wyrażenie wartości dla kolumny, do której właściwość jest mapowana podczas określania wartości sqLite.

ForSqliteHasDefaultValueSql(PropertyBuilder, String)

Konfiguruje domyślne wyrażenie wartości dla kolumny, do której właściwość jest mapowana podczas określania wartości sqLite.

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

Parametry

propertyBuilder
PropertyBuilder

Konstruktor dla konfigurowanej właściwości.

sql
String

Wyrażenie SQL dla wartości domyślnej kolumny.

Zwraca

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

Dotyczy

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

Konfiguruje domyślne wyrażenie wartości dla kolumny, do której właściwość jest mapowana podczas określania wartości sqLite.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasDefaultValueSql<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string sql);
static member ForSqliteHasDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasDefaultValueSql(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), sql 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.

sql
String

Wyrażenie SQL dla wartości domyślnej kolumny.

Zwraca

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

Dotyczy