Method | Description | |
---|---|---|
CreateDB ( string pathDB ) : void | ||
Dispose ( ) : void | ||
FillFromADOX ( string pathDB, bool withData ) : void | ||
LoadFromXML ( string pathXML ) : void | ||
LoadFromXMLRes ( string filename ) : void | ||
LoadOnlyVersion ( string pathXML ) : int | ||
LoadOnlyVersionRes ( string pathXML ) : int | ||
ManageSchemaDB ( ) : System | ||
RestructDB ( string pathDB ) : bool | ||
SaveToXML ( string pathXML ) : void |
Method | Description | |
---|---|---|
ALTERColumnADOX ( ConnectionClass conn, string tableName, string columnName, ADOX columnType, int columnPrecision, int columnDefSize, |
||
AddColumnADOX ( string tableName, ColumnClass columnClass, ADOX columnType, int columnDefSize ) : void | ||
AddTableADOX ( string tableName ) : void | ||
FillDataRestruct ( ConnectionClass conn, string tableName, |
public FillFromADOX ( string pathDB, bool withData ) : void | ||
pathDB | string | |
withData | bool | |
return | void |
public LoadFromXMLRes ( string filename ) : void | ||
filename | string | |
return | void |
public static LoadOnlyVersion ( string pathXML ) : int | ||
pathXML | string | |
return | int |
public static LoadOnlyVersionRes ( string pathXML ) : int | ||
pathXML | string | |
return | int |