将Windows Azure表存储中的RowKey属性设置为(DateTime now + another property)

时间:2016-03-14 21:08:41

标签: c# azure azure-storage azure-table-storage

有没有一种方法可以让RowKey始终为我继承TableEntity类(c#)的实体使用Datetime?

1 个答案:

答案 0 :(得分:0)

我建议在插入之前手动将RowKey属性设置为(DateTime now + another property)。覆盖RowKey属性以始终返回(DateTime now +另一个属性)是可行的,但不建议使用它,因为它会使RowKey属性随时间发生变化,这是一种可怕的做法。