Метод | Описание | |
---|---|---|
GetCompanyName ( string connectionString ) : string | ||
GetDatabaseCollation ( string connectionString ) : string | ||
GetDatabaseName ( string connectionString ) : string | ||
GetProjectFromSqlSchema ( |
Load a database schema
|
|
GetProjectName ( string connectionString ) : string | ||
GetSQLVersion ( string connectionString ) : SQLServerTypeConstants | ||
GetTableCount ( string connectionString ) : int | ||
GetTableDefinitionFromDatabase ( string connectionString, string tableName, |
||
GetTableListFromDatabase ( string connectionString ) : IEnumerable |
||
ImportModel ( |
Show a windows to refresh teh model from a database
|
|
IsSupportedSQLVersion ( string connectionString ) : bool | ||
IsValidConnectionString ( string connectionString ) : bool | ||
LoadRelations ( |
||
SetupNewProject ( |
Load a database schema
|
Метод | Описание | |
---|---|---|
CanUseExtendedProperty ( string connectionString ) : bool | ||
GetSqlColumnInfoAuxForTable ( ) : string | ||
GetSqlColumnsForTable ( ) : string | ||
GetSqlColumnsForTable ( string tableName ) : string | ||
GetSqlColumsDescription ( string tableName ) : string | ||
GetSqlDatabaseTables ( ) : string | ||
GetSqlForRelationships ( ) : string | ||
GetSqlForStoredProcedures ( string spPrefix ) : string | ||
GetSqlForStoredProceduresBody ( string spName, string connectionString ) : string | ||
GetSqlForStoredProceduresParameters ( string spPrefix ) : string | ||
GetSqlForViews ( ) : string | ||
GetSqlForViewsColumns ( ) : string | ||
GetSqlIndexesForTable ( ) : string | ||
LoadStoredProcedures ( |
||
LoadViews ( |
||
SetupDefault ( |
||
UpdateRelations ( nHydrate newDatabase, nHydrate oldDatabase ) : void | ||
UpdateTables ( nHydrate newDatabase, nHydrate oldDatabase, List |
||
UpdateViews ( nHydrate newDatabase, nHydrate oldDatabase, List |
public static GetCompanyName ( string connectionString ) : string | ||
connectionString | string | |
Результат | string |
public static GetDatabaseCollation ( string connectionString ) : string | ||
connectionString | string | |
Результат | string |
public static GetDatabaseName ( string connectionString ) : string | ||
connectionString | string | |
Результат | string |
public static GetProjectFromSqlSchema ( |
||
project | The project object to load from database | |
connectionString | string | |
refreshModel | bool | Determines whether to load all model controllers and other UI components |
assumeInheritance | bool | |
Результат | bool |
public static GetProjectName ( string connectionString ) : string | ||
connectionString | string | |
Результат | string |
public static GetSQLVersion ( string connectionString ) : SQLServerTypeConstants | ||
connectionString | string | |
Результат | SQLServerTypeConstants |
public static GetTableCount ( string connectionString ) : int | ||
connectionString | string | |
Результат | int |
public static GetTableDefinitionFromDatabase ( string connectionString, string tableName, |
||
connectionString | string | |
tableName | string | |
root | ||
Результат | IEnumerable |
public static GetTableListFromDatabase ( string connectionString ) : IEnumerable |
||
connectionString | string | |
Результат | IEnumerable |
public static ImportModel ( |
||
currentGraph | ||
newGraph | ||
settings | ||
selectedTables | List |
|
selectedViews | List |
|
Результат | ImportReturnConstants |
public static IsSupportedSQLVersion ( string connectionString ) : bool | ||
connectionString | string | |
Результат | bool |
public static IsValidConnectionString ( string connectionString ) : bool | ||
connectionString | string | |
Результат | bool |
public static LoadRelations ( |
||
project | ||
assumeInheritance | bool | |
connectionString | string | |
Результат | void |
public static SetupNewProject ( |
||
project | The project object to load from database | |
connectionString | string | |
Результат | void |