Метод | Описание | |
---|---|---|
CheckComposition ( IConnectionInfo cxInfo ) : void | ||
GetAssembliesToAdd ( string customPath ) : IEnumerable |
||
InitializeEntityManager ( object entityManager ) : void |
Set a DataSourceOnly query strategy. If non-credentialed login is not supported, you should modify this code to also login here. The DataSourceOnly query strategy is more efficient, since cache isn't helpful when LINQPad recreates the EM for each query.
|
|
IsComplexType ( |
Calls EntityMetadata.IsComplexType method.
|
Метод | Описание | |
---|---|---|
GetInstallFolderFromRegistry ( ) : string | ||
LoadAssembly ( string name, bool throwIfNotFound = false ) : |
public static CheckComposition ( IConnectionInfo cxInfo ) : void | ||
cxInfo | IConnectionInfo | |
Результат | void |
public static GetAssembliesToAdd ( string customPath ) : IEnumerable |
||
customPath | string | |
Результат | IEnumerable |
public static InitializeEntityManager ( object entityManager ) : void | ||
entityManager | object | |
Результат | void |
public static IsComplexType ( |
||
t | ||
Результат | bool |