示例#1
0
 IDataContainer IDataPreparationContext.RequestDataContainer(string name)
 {
     return(DataSources.GetByName(name).Provider);
 }