Bagikan melalui


Edm interface

Representasi Model Data Entitas untuk properti entitas.

Properti

type

Jenis properti entitas

value

Nilai properti entitas

Detail Properti

type

Jenis properti entitas

type: T

Nilai Properti

T

value

Nilai properti entitas

value: (T extends "Binary" ? string : (T extends "Boolean" ? boolean : (T extends "Double" ? number : (T extends "Int32" ? number : string))))

Nilai Properti

(T extends "Binary" ? string : (T extends "Boolean" ? boolean : (T extends "Double" ? number : (T extends "Int32" ? number : string))))