SqlServerPropertyBuilderExtensions.ForSqlServerHasDefaultValue メソッド

定義

オーバーロード

ForSqlServerHasDefaultValue(PropertyBuilder, Object)

SQL Serverを対象とする場合にプロパティがマップされる列の既定値を構成します。

ForSqlServerHasDefaultValue<TProperty>(PropertyBuilder<TProperty>, Object)

SQL Serverを対象とする場合にプロパティがマップされる列の既定値を構成します。

ForSqlServerHasDefaultValue(PropertyBuilder, Object)

SQL Serverを対象とする場合にプロパティがマップされる列の既定値を構成します。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqlServerHasDefaultValue (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, object value);
static member ForSqlServerHasDefaultValue : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqlServerHasDefaultValue (propertyBuilder As PropertyBuilder, value As Object) As PropertyBuilder

パラメーター

propertyBuilder
PropertyBuilder

構成されているプロパティのビルダー。

value
Object

列の既定値です。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

適用対象

ForSqlServerHasDefaultValue<TProperty>(PropertyBuilder<TProperty>, Object)

SQL Serverを対象とする場合にプロパティがマップされる列の既定値を構成します。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqlServerHasDefaultValue<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, object value);
static member ForSqlServerHasDefaultValue : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqlServerHasDefaultValue(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), value As Object) As PropertyBuilder(Of TProperty)

型パラメーター

TProperty

構成されるプロパティの型。

パラメーター

propertyBuilder
PropertyBuilder<TProperty>

構成されているプロパティのビルダー。

value
Object

列の既定値です。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

適用対象