/// <summary> /// Create view. /// </summary> /// <param name="name">View name.</param> /// <param name="command">The command to create view.</param> public virtual void CreateView(string name, APSqlSelectCommand command) { _database.CreateView(name, command); }