EdmxDocument class

Index

Constructors

Protected Properties

Public Methods

Constructors


constructor

⊕ new EdmxDocument(): EdmxDocument


Protected Properties


document

● document: Document


Public Methods


getEntitySets

▸ getEntitySets(): EntitySet[]

Returns EntitySet[]


getEntityType

▸ getEntityType(type: string): EntityType | null

Parameters:

  • type: string

Returns EntityType | null


getEnumType

▸ getEnumType(type: string): EnumType | null

Parameters:

  • type: string

Returns EnumType | null


load

▸ load(edm: string | Document): void

Parameters:

  • edm: string | Document

Returns void