次の方法で共有


OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.HasSchema メソッド

定義

データベース関数のスキーマを設定します。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> HasSchema (string? schema);
override this.HasSchema : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasSchema (schema As String) As OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)

パラメーター

schema
String

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

戻り値

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

注釈

詳細と例については、「 データベース関数 」を参照してください。

適用対象