次の方法で共有


RelationalPropertyExtensions.GetComputedColumnSql メソッド

定義

オーバーロード

GetComputedColumnSql(IProperty)

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

GetComputedColumnSql(IReadOnlyProperty)

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

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

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

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

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

GetComputedColumnSql(IProperty)

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

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

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

パラメーター

property
IProperty

プロパティ。

戻り値

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

適用対象

GetComputedColumnSql(IReadOnlyProperty)

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

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

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

パラメーター

property
IReadOnlyProperty

プロパティ。

戻り値

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

適用対象

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

ソース:
RelationalPropertyExtensions.cs

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

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

パラメーター

property
IProperty

プロパティ。

storeObject
StoreObjectIdentifier

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

戻り値

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

適用対象

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

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

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

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

パラメーター

property
IReadOnlyProperty

プロパティ。

storeObject
StoreObjectIdentifier

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

戻り値

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

適用対象