EdmType Enum
In This Article
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
[JsonConverter(typeof(StringEnumConverter))]
public enum EdmType
#Members
Name |
---|
Guid
|
Int32
|
Int64
|
String
|
Boolean
|
Single
|
Decimal
|
See Also