コード例 #1
0
 public DataSourceProvider(string startTx, LimitType type, int limit)
 {
     _options = new DataSourceOptions(startTx, type, limit);
 }
コード例 #2
0
 public DataSourceProvider()
 {
     _options = new DataSourceOptions("", LimitType.DEPTH, 8);
 }