示例#1
0
 IDataStore GetDataStore(string datastoreName, IDataFormat format)
 {
     return(dsFactory.CreateOrConnect(datastoreName, format));
 }