Edm interface
Entity Data Model representation for an entity property.
Properties
type | The type of the entity property |
value | The value of the entity property |
Property Details
type
The type of the entity property
type: T
Property Value
T
value
The value of the entity property
value: (T extends "Binary" ? string : (T extends "Boolean" ? boolean : (T extends "Double" ? number : (T extends "Int32" ? number : string))))
Property Value
(T extends "Binary" ? string : (T extends "Boolean" ? boolean : (T extends "Double" ? number : (T extends "Int32" ? number : string))))