次の方法で共有


IReadOnlyCheckConstraint.GetName(StoreObjectIdentifier) メソッド

定義

チェック制約のデータベース名を取得します。

public string? GetName (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? storeObject);
abstract member GetName : StoreObjectIdentifier -> string
Public Function GetName (storeObject As StoreObjectIdentifier) As String

パラメーター

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

指定されたストア オブジェクトのチェック制約のデータベース名。

適用対象