Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
GetInstallFolderFromRegistry ( ) : string | ||
LoadAssembly ( string name, bool throwIfNotFound = false ) : |
public static CheckComposition ( IConnectionInfo cxInfo ) : void | ||
cxInfo | IConnectionInfo | |
return | void |
public static GetAssembliesToAdd ( string customPath ) : IEnumerable |
||
customPath | string | |
return | IEnumerable |
public static InitializeEntityManager ( object entityManager ) : void | ||
entityManager | object | |
return | void |
public static IsComplexType ( |
||
t | ||
return | bool |