LinqDataSourceView.GetTableMemberInfo(Type) メソッド
定義
データ コレクションに関するメタデータを取得します。Retrieves metadata about the data collection.
protected:
virtual System::Reflection::MemberInfo ^ GetTableMemberInfo(Type ^ contextType);
protected virtual System.Reflection.MemberInfo GetTableMemberInfo (Type contextType);
abstract member GetTableMemberInfo : Type -> System.Reflection.MemberInfo
override this.GetTableMemberInfo : Type -> System.Reflection.MemberInfo
Protected Overridable Function GetTableMemberInfo (contextType As Type) As MemberInfo
パラメーター
- contextType
- Type
データ コンテキスト クラスを表すオブジェクト。An object that represents the data context class.
戻り値
データ コレクションの型メタデータが格納されたオブジェクト。An object that contains type metadata for the data collection.