EqContext extensions
Methods
Section titled “Methods”getODataVersion
Section titled “getODataVersion”▸ getODataVersion(): ODataVersion
Returns ODataVersion
loadModelFromEdmx
Section titled “loadModelFromEdmx”▸ loadModelFromEdmx(this: EqContext,edmString: string
): any
Parameters:
Section titled “Parameters:”- this: EqContext
- edmString:
string
Returns any
loadModelFromEdmxType
Section titled “loadModelFromEdmxType”▸ loadModelFromEdmxType(this: EqContext,typeName: string
,depth: number
,edmString: string
): any
Parameters:
Section titled “Parameters:”- this: EqContext
- typeName:
string
- depth:
number
- edmString:
string
Returns any
useOData
Section titled “useOData”▸ useOData(this: EqContext,options?: ODataOptions): EqContext
Parameters:
Section titled “Parameters:”- this: EqContext
- options: ODataOptions, Optional
Returns EqContext