Beispiel #1
0
 public void Save()
 {
     if (schema != null)
     {
         mLContext.Model.Save(transformer, schema, path.Find(id));
     }
 }