Example #1
0
 /// <summary>
 /// Generates the RowKey without setting it on the object.
 /// In this case, just returns a key based on username
 /// </summary>
 /// <returns></returns>
 public string PeekRowKey()
 {
     return(KeyHelper.GenerateRowKeyUser(UserId));
 }