Condividi tramite


Proprietà DataRecordInfo.RecordType

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene le informazioni sul tipo per questo oggetto come oggetto TypeUsage.

Spazio dei nomi:  System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property RecordType As TypeUsage 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Valore di TypeUsage.

Vedere anche

Riferimento

DataRecordInfo Classe

Spazio dei nomi System.Data.Entity.Core.Common