Classe EdmxReader
Fornisce servizi di analisi EDMX per modelli EDM.
Gerarchia di ereditarietà
System.Object
Microsoft.Data.Edm.Csdl.EdmxReader
Spazio dei nomi Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Class EdmxReader
'Utilizzo
Dim instance As EdmxReader
public class EdmxReader
public ref class EdmxReader
type EdmxReader = class end
public class EdmxReader
Nel tipo EdmxReader sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
![]() ![]() |
TryParse(XmlReader, IEdmModel%, IEnumerable<EdmError>%) | Restituisce un elemento IEdmModel per l'elemento EDMX specificato. |
![]() ![]() |
TryParse(XmlReader, IEdmModel, IEdmModel%, IEnumerable<EdmError>%) | Restituisce un elemento IEdmModel per l'elemento EDMX specificato. |
![]() ![]() |
TryParse(XmlReader, IEnumerable<IEdmModel>, IEdmModel%, IEnumerable<EdmError>%) | Restituisce un elemento IEdmModel per l'elemento EDMX specificato. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.