public DaxColumnsRemap(ADOTabularConnection AdoTabularConnection) : this() { Contract.Requires(AdoTabularConnection != null, "The AdoTabularConnection parameter must not be null"); _connection = AdoTabularConnection; _connection.Visitor.Visit(this); }
public ToolPaneBaseViewModel(ADOTabularConnection connection, IEventAggregator eventAggregator) { PropertyChanged += OnPropertyChanged; Connection = connection; EventAggregator = eventAggregator; }
public List <string> GetSampleData(ADOTabularConnection connection, int sampleSize) { throw new NotImplementedException(); }
public DmvPaneViewModel(ADOTabularConnection connection, IEventAggregator eventAggregator, DocumentViewModel document) : base(connection, eventAggregator) { Document = document; }
public void UpdateBasicStats(ADOTabularConnection connection) { throw new NotImplementedException(); }