DBCViewer.DB2Reader.Save C# (CSharp) Méthode

Save() public méthode

public Save ( DataTable table, Table def, string path ) : void
table System.Data.DataTable
def Table
path string
Résultat void
        public void Save(DataTable table, Table def, string path)
        {
            throw new NotImplementedException();
        }