Condividi tramite


SqlServerPropertyBuilderExtensions.ForSqlServerHasDefaultValueSql Metodo

Definizione

Overload

ForSqlServerHasDefaultValueSql(PropertyBuilder, String)

Configura l'espressione valore predefinita per la colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQL Server.

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

Configura l'espressione valore predefinita per la colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQL Server.

ForSqlServerHasDefaultValueSql(PropertyBuilder, String)

Configura l'espressione valore predefinita per la colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQL Server.

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

Parametri

propertyBuilder
PropertyBuilder

Generatore per la proprietà configurata.

sql
String

Espressione SQL per il valore predefinito della colonna.

Restituisce

Stessa istanza del generatore in modo che sia possibile concatenare più chiamate.

Si applica a

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

Configura l'espressione valore predefinita per la colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQL Server.

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

Parametri di tipo

TProperty

Tipo della proprietà configurata.

Parametri

propertyBuilder
PropertyBuilder<TProperty>

Generatore per la proprietà configurata.

sql
String

Espressione SQL per il valore predefinito della colonna.

Restituisce

Stessa istanza del generatore in modo che sia possibile concatenare più chiamate.

Si applica a