次の方法で共有


EntityRecordInfo クラス

定義

EntityRecordInfo クラスは、型情報と列情報の両方に簡単にアクセスする方法を提供します。

public class EntityRecordInfo : System.Data.Entity.Core.Common.DataRecordInfo
type EntityRecordInfo = class
    inherit DataRecordInfo
Public Class EntityRecordInfo
Inherits DataRecordInfo
継承
EntityRecordInfo

コンストラクター

EntityRecordInfo(EntityType, IEnumerable<EdmMember>, EntityKey, EntitySet)

データ フィールドの列挙可能なコレクションを持つ特定のエンティティ型、および特定のキーとエンティティ セットの情報を持つ EntityRecordInfo クラスの新しいインスタンスを初期化します。

プロパティ

EntityKey

エンティティの EntityKey を取得します。

FieldMetadata

この FieldMetadata オブジェクトの DataRecordInfo を取得します。

(継承元 DataRecordInfo)
RecordType

このオブジェクトの TypeUsage オブジェクトとしての型情報を取得します。

(継承元 DataRecordInfo)

適用対象