public DataSourceProvider(string startTx, LimitType type, int limit) { _options = new DataSourceOptions(startTx, type, limit); }
public DataSourceProvider() { _options = new DataSourceOptions("", LimitType.DEPTH, 8); }