次の方法で共有


IConventionDbFunctionBuilder.CanSetSchema(String, Boolean) メソッド

定義

データベース関数に対して指定されたスキーマを設定できるかどうかを示す値を返します。

public bool CanSetSchema (string schema, bool fromDataAnnotation = false);
public bool CanSetSchema (string? schema, bool fromDataAnnotation = false);
abstract member CanSetSchema : string * bool -> bool
Public Function CanSetSchema (schema As String, Optional fromDataAnnotation As Boolean = false) As Boolean

パラメーター

schema
String

データベース内の関数のスキーマ。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

true データベース関数に対して指定されたスキーマを設定できる場合は 。

適用対象