OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンティティ型がマップされる を IMutableDbFunction 構成するための単純な API を提供します。
public class OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>> where TOwnerEntity : class where TDependentEntity : class
type OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> = class
inherit OwnedNavigationTableValuedFunctionBuilder
interface IInfrastructure<OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity>>
Public Class OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)
Inherits OwnedNavigationTableValuedFunctionBuilder
Implements IInfrastructure(Of OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity))
型パラメーター
- TOwnerEntity
リレーションシップを所有するエンティティ型。
- TDependentEntity
リレーションシップの依存エンティティ型。
- 継承
-
OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>
- 実装
-
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>
コンストラクター
OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>(IMutableDbFunction, OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>) |
これは Entity Framework Core インフラストラクチャをサポートする内部 API であり、パブリック API と同じ互換性標準の対象ではありません。 これは、いかなるリリースでも予告なしに変更または削除される可能性があります。 コード内でのみ直接使用する必要があります。これを行うと、新しい Entity Framework Core リリースに更新するときにアプリケーションエラーが発生する可能性があることを認識してください。 |
プロパティ
Builder |
これは Entity Framework Core インフラストラクチャをサポートする内部 API であり、パブリック API と同じ互換性標準の対象ではありません。 これは、いかなるリリースでも予告なしに変更または削除される可能性があります。 コード内でのみ直接使用する必要があります。これを行うと、新しい Entity Framework Core リリースに更新するときにアプリケーションエラーが発生する可能性があることを認識してください。 (継承元 DbFunctionBuilderBase) |
Metadata |
構成されている関数。 (継承元 DbFunctionBuilderBase) |
メソッド
HasAnnotation(String, Object) |
データベース関数の注釈を追加または更新します。 で指定されたキーを持つ注釈が既に |
HasName(String) |
データベース関数の名前を設定します。 |
HasParameter(String, Action<DbFunctionParameterBuilder>) |
指定した名前のパラメーターを構成するために使用できる オブジェクトを返します。 指定した名前のパラメーターが存在しない場合は、新しいパラメーターが追加されます。 |
HasParameter(String) |
指定した名前のパラメーターを構成するために使用できる オブジェクトを返します。 指定した名前のパラメーターが存在しない場合は、新しいパラメーターが追加されます。 (継承元 DbFunctionBuilderBase) |
HasSchema(String) |
データベース関数のスキーマを設定します。 |
IsBuiltIn(Boolean) |
データベース関数が組み込まれているかどうかを示します。 |
明示的なインターフェイスの実装
IInfrastructure<IConventionDbFunctionBuilder>.Instance |
非表示になっているプロパティの値を取得します。 (継承元 DbFunctionBuilderBase) |
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>.Instance |
エンティティ型がマップされる を IMutableDbFunction 構成するための単純な API を提供します。 |
IInfrastructure<OwnedNavigationBuilder>.Instance |
エンティティ型がマップされる を IMutableDbFunction 構成するための単純な API を提供します。 (継承元 OwnedNavigationTableValuedFunctionBuilder) |
拡張メソッド
GetInfrastructure<T>(IInfrastructure<T>) |
を使用して非表示になっているプロパティから値を IInfrastructure<T>取得します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
適用対象
Entity Framework