DBCViewer.DB2Reader.Save C# (CSharp) Method

Save() public method

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