【发布时间】:2016-09-24 17:10:33
【问题描述】:
嘿,我在 Azure 上使用 C# 构建了一个 MobileService。
为此,我对数据库进行了数据注释,例如
[MaxLength(14)]
[Required]
[MinLength(4)]
public string Username { get; set; }
如何在移动应用上启用相同的注解 int 服务 - DataObjects ?
【问题讨论】:
标签: azure data-annotations azure-mobile-services