public RequestExecute(string statement, DbConnection connection) { Command = new RequestCommand { Statement = statement }; Properties = new Properties { PropertyList = new PropertyList { Format = "Multidimensional", AxisFormat = "TupleFormat", ShowHiddenCubes = true, Content = "", Catalog = ConnectionStringParser.GetDatabaseName(connection .ConnectionString) } }; }
public RequestExecute() { Command = new RequestCommand(); Properties = new Properties(); }