Aerospike LINDPad Driver

DynamicDriver Methods

The DynamicDriver type exposes the following members.

Methods


  Name Description
Public method Static member AddUDFChildrenExplorerItems
Public method AreRepositoriesEquivalent(IConnectionInfo, IConnectionInfo)
Public method AreRepositoriesEquivalent(IConnectionInfo, IConnectionInfo) (Inherited from DataContextDriver.)
Public method Static member BuildModules
Creates module/UDF C# code strings
Public method Static member BuildNamespaces
Creates namespace/set/bin C# code strings
Public method ClearConnectionPools(IConnectionInfo)
Public method ClearConnectionPools(IConnectionInfo) (Inherited from DataContextDriver.)
Public method Static member CreateClusterNodesExploreItems
Public method Static member CreateInformationalExploreItem
Public method Static member CreateModuleExploreItems
Public method Static member CreateNamespaceExploreItems
Public method CreateSaveChangesAdapter(Type, Object, Object) (Inherited from DataContextDriver.)
Public method CreateSaveChangesAdapter(Type, Object, Object, Object) (Inherited from DataContextDriver.)
Public method DisplayObjectInGrid (Inherited from DataContextDriver.)
Public method Equals(System.Object) (Inherited from Object.)
Public method ExecuteESqlQuery (Inherited from DataContextDriver.)
Protected method Finalize (Inherited from Object.)
Public method GetAppConfigPath (Inherited from DataContextDriver.)
Public method GetAssembliesToAdd(IConnectionInfo)
Public method GetAssembliesToAdd(IConnectionInfo) (Inherited from DataContextDriver.)
Public method GetChildNodeName (Inherited from DataContextDriver.)
Public method GetChildren (Inherited from DataContextDriver.)
Public method GetConnectionDescription(IConnectionInfo)
Public method GetConnectionDescription(IConnectionInfo) (Inherited from DataContextDriver.)
Public method GetContentFolder (Inherited from DataContextDriver.)
Public method GetContextConstructorArguments(IConnectionInfo)
Public method GetContextConstructorArguments(IConnectionInfo) (Inherited from DataContextDriver.)
Public method GetContextConstructorParameterOverloads (Inherited from DataContextDriver.)
Public method GetContextConstructorParameters(IConnectionInfo)
Public method GetContextConstructorParameters(IConnectionInfo) (Inherited from DataContextDriver.)
Public method GetCustomDisplayMemberProvider (Inherited from DataContextDriver.)
Public method GetDriverFolder (Inherited from DataContextDriver.)
Public method GetHashCode (Inherited from Object.)
Public method GetIDbConnection (Inherited from DataContextDriver.)
Public method GetLastSchemaUpdate(IConnectionInfo)
Returns the time that the schema was last modified. If unknown, return null.
Public method GetLastSchemaUpdate(IConnectionInfo) (Inherited from DynamicDataContextDriver.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetMinimumSupportedFrameworkVersion (Inherited from DataContextDriver.)
Public method GetNamespacesToAdd(IConnectionInfo)
Public method GetNamespacesToAdd(IConnectionInfo) (Inherited from DataContextDriver.)
Public method GetNamespacesToRemove (Inherited from DataContextDriver.)
Public method GetOpenConnection (Inherited from DataContextDriver.)
Public method GetProviderFactory (Inherited from DataContextDriver.)
Public method GetSchemaAndBuildAssembly(IConnectionInfo, AssemblyName, String%, String%)
Public method GetSchemaAndBuildAssembly(IConnectionInfo, AssemblyName, String%, String%) (Inherited from DynamicDataContextDriver.)
Public method GetType (Inherited from Object.)
Public method InitializeContext(IConnectionInfo, Object, QueryExecutionManager)
This virtual method is called after a data context object has been instantiated, in preparation for a query. You can use this hook to perform additional initialization work. In overriding InitializeContext, you can access properties on the QueryExecutionManager object that’s passed in as a parameter. One of these properties is called SqlTranslationWriter (type TextWriter) and it allows you to send data to the SQL translation tab. Although this tab is intended primary for SQL translations, you can use it for other things as well.For example, with WCF Data Services, it makes sense to write HTTP requests here: var dsContext = (DataServiceContext)context; dsContext.SendingRequest += (sender, e) => executionManager.SqlTranslationWriter.WriteLine(e.Request.RequestUri);
Public method InitializeContext(IConnectionInfo, Object, QueryExecutionManager) (Inherited from DataContextDriver.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method InvokeCustomOption (Inherited from DataContextDriver.)
Public method IsParent (Inherited from DataContextDriver.)
Protected method MemberwiseClone(System.Boolean) (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MergeConnections (Inherited from DataContextDriver.)
Public method OnCustomEvent (Inherited from DataContextDriver.)
Public method OnQueryFinishing(IConnectionInfo, Object, QueryExecutionManager)
This method is called after the query's main thread has finished running the user's code, but before the query has stopped. If you've spun up threads that are still writing results, you can use this method to wait out those threads.
Public method OnQueryFinishing(IConnectionInfo, Object, QueryExecutionManager) (Inherited from DataContextDriver.)
Public method OpenConnection (Inherited from DataContextDriver.)
Public method OverrideDriverDependencies (Inherited from DataContextDriver.)
Public method PreprocessObjectToWrite (Inherited from DataContextDriver.)
Public method Reauthenticate (Inherited from DataContextDriver.)
Public method RunInCachedDriverProcess (Inherited from DataContextDriver.)
Public method RunInNewProcess (Inherited from DataContextDriver.)
Public method ShowConnectionDialog(IConnectionInfo, ConnectionDialogOptions)
Public method ShowConnectionDialog(IConnectionInfo, ConnectionDialogOptions) (Inherited from DataContextDriver.)
Public method ShowConnectionDialog(IConnectionInfo, Boolean) (Inherited from DataContextDriver.)
Public method SubscribeToConnectionMessages (Inherited from DataContextDriver.)
Public method TearDownContext(IConnectionInfo, Object, QueryExecutionManager, array<Object>[]()[][])
This virtual method is called after a query has completed. You can use this hook to perform cleanup activities such as disposing of the context or other objects.
Public method TearDownContext(IConnectionInfo, Object, QueryExecutionManager, array<Object>[]()[][]) (Inherited from DataContextDriver.)
Public method ToString (Inherited from Object.)
Public method Static member WriteToLog(String)
Public method Static member WriteToLog(Exception, String)