Method | Description | |
---|---|---|
GetAllData ( ) : List |
||
GetColumns ( string databaseName, string tableName ) : IEnumerable |
||
GetDatabaseAndTables ( ) : string>>.IEnumerable |
||
GetDatabases ( ) : IEnumerable |
||
GetDatabasesAndTables ( ) : string>>.IEnumerable |
||
GetRowData ( string databaseName, string tableName ) : IEnumerable |
||
GetTables ( string databaseName ) : IEnumerable |
||
LoadDataToMemory ( ) : void | ||
TableInfo ( MySql multiCon ) : System |
public GetColumns ( string databaseName, string tableName ) : IEnumerable |
||
databaseName | string | |
tableName | string | |
return | IEnumerable |
public GetDatabaseAndTables ( ) : string>>.IEnumerable |
||
return | string>>.IEnumerable |
public GetDatabasesAndTables ( ) : string>>.IEnumerable |
||
return | string>>.IEnumerable |
public GetRowData ( string databaseName, string tableName ) : IEnumerable |
||
databaseName | string | |
tableName | string | |
return | IEnumerable |
public GetTables ( string databaseName ) : IEnumerable |
||
databaseName | string | |
return | IEnumerable |