Freigeben über


DataRecordInfo.RecordType-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft Typinformationen für dieses Objekt als TypeUsage-Objekt ab.

Namespace:  System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property RecordType As TypeUsage 
    Get
'Usage
Dim instance As DataRecordInfo 
Dim value As TypeUsage 

value = instance.RecordType
public virtual TypeUsage RecordType { get; }
public:
virtual property TypeUsage^ RecordType {
    TypeUsage^ get ();
}
abstract RecordType : TypeUsage 
override RecordType : TypeUsage
function get RecordType () : TypeUsage

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Ein TypeUsage-Wert.

Siehe auch

Verweis

DataRecordInfo Klasse

System.Data.Entity.Core.Common-Namespace