예제 #1
0
 public IDataStore Create(string dbPathName)
 {
     DatabaseFilePathName = ps.GetOrCreateDatabase(dbPathName);
     ps = null;
     return(this);
 }