可以将 DateTimeOffset 转换为 long(以毫秒为单位的日期)
前任:
url/Fiels?$filter=cast(Birthdate,'Edm.Decimal') gt 0
这将返回我所有出生日期在 1970 年 1 月 1 日之后的字段......
但我明白了
{
"error":{
"code":"","message":"The query specified in the URI is not valid. The binary operator GreaterThan is not defined for the types 'System.Object' and 'System.Nullable`1[System.Decimal]'."
}
}