Esempio n. 1
0
 /// <summary>
 /// Checks if the table storage table exists exists.
 /// </summary>
 /// <returns><c>true</c> if table exists, <c>false</c> otherwise.</returns>
 public bool TableExists()
 {
     return(_tableStore.TableExists());
 }