ParameterBindingInfo 構造体

定義

パラメーター バインドに関する情報を受け取ります。

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ParameterBindingInfo
public readonly struct ParameterBindingInfo
[<System.Runtime.CompilerServices.IsReadOnly>]
type ParameterBindingInfo = struct
type ParameterBindingInfo = struct
Public Structure ParameterBindingInfo
継承
ParameterBindingInfo
属性

注釈

詳細と例については、「 コンストラクターを含むエンティティ型 」を参照してください。

コンストラクター

ParameterBindingInfo(EntityMaterializerSourceParameters, Expression)

パラメーター バインドを定義する新しい ParameterBindingInfo を作成します。

ParameterBindingInfo(IEntityType, Expression)

パラメーター バインドを定義する新しい ParameterBindingInfo を作成します。

ParameterBindingInfo(ITypeBase, Expression)

パラメーター バインドを定義する新しい ParameterBindingInfo を作成します。

プロパティ

EntityType

このバインドのエンティティ型。

InstanceName

具体化されるインスタンスの名前。

MaterializationContextExpression

パラメーター値の取得元となる式ツリー。

QueryTrackingBehavior

クエリ追跡の動作。この null 具体化がクエリからのものではありません。

ServiceInstances

サービス プロパティの初期化されたインスタンスを保持する式。

StructuralType

このバインディングのエンティティまたは複合型。

メソッド

GetValueBufferIndex(IPropertyBase)

プロパティ値が見つかる のインデックス ValueBuffer を取得します。

適用対象