EdmxDocument class
Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new EdmxDocument(): EdmxDocument
Protected Properties
Section titled “Protected Properties”document
Section titled “document”● document: Document
Public Methods
Section titled “Public Methods”getEntitySets
Section titled “getEntitySets”▸ getEntitySets(): EntitySet[]
Returns EntitySet[]
getEntityType
Section titled “getEntityType”▸ getEntityType(type: string): EntityType | null
Parameters:
Section titled “Parameters:”- type:
string
Returns EntityType | null
getEnumType
Section titled “getEnumType”▸ getEnumType(type: string): EnumType | null
Parameters:
Section titled “Parameters:”- type:
string
Returns EnumType | null
▸ load(edm: string | Document): void
Parameters:
Section titled “Parameters:”- edm:
string|Document
Returns void