次の方法で共有


RelationalPropertyExtensions.GetDefaultValueSql メソッド

定義

オーバーロード

GetDefaultValueSql(IProperty)

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

GetDefaultValueSql(IReadOnlyProperty)

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

GetDefaultValueSql(IProperty, StoreObjectIdentifier)

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

GetDefaultValueSql(IReadOnlyProperty, StoreObjectIdentifier)

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

GetDefaultValueSql(IProperty)

ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

public static string GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetDefaultValueSql (property As IProperty) As String

パラメーター

property
IProperty

プロパティ。

戻り値

このプロパティがマップされる列の既定値として使用される SQL 式。

適用対象

GetDefaultValueSql(IReadOnlyProperty)

ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

public static string? GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetDefaultValueSql (property As IReadOnlyProperty) As String

パラメーター

property
IReadOnlyProperty

プロパティ。

戻り値

このプロパティがマップされる列の既定値として使用される SQL 式。

適用対象

GetDefaultValueSql(IProperty, StoreObjectIdentifier)

ソース:
RelationalPropertyExtensions.cs

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

public static string GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultValueSql (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

property
IProperty

プロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

このプロパティがマップされる列の既定値として使用される SQL 式。

適用対象

GetDefaultValueSql(IReadOnlyProperty, StoreObjectIdentifier)

ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs

このプロパティがマップされる列の既定値として使用される SQL 式を返します。

public static string? GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultValueSql (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

property
IReadOnlyProperty

プロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

このプロパティがマップされる列の既定値として使用される SQL 式。

適用対象