Ejemplo n.º 1
0
 /// <summary>
 /// Is view exist.
 /// </summary>
 /// <param name="name">View name.</param>
 /// <returns>Whether the view is exist.</returns>
 public virtual bool IsViewExist(string name)
 {
     return(_database.IsViewExist(name));
 }