|
|
The NavisworksConnection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
BeginDbTransaction |
Not implement
(Overrides DbConnection..::..BeginDbTransaction(IsolationLevel).) |
|
|
BeginTransaction()()()() |
Starts a database transaction. (Inherited from DbConnection.) |
|
|
BeginTransaction(IsolationLevel) |
Starts a database transaction. (Inherited from DbConnection.) |
|
|
ChangeDatabase |
Not implement
(Overrides DbConnection..::..ChangeDatabase(String).) |
|
|
Close |
Does nothing, always keep open.
(Overrides DbConnection..::..Close()()()().) |
|
|
CreateCommand |
Create a new NavisworksCommand and associate it with this connection.
|
|
|
CreateDbCommand |
Forwards to the local CreateCommand() function
(Overrides DbConnection..::..CreateDbCommand()()()().) |
|
|
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
|
Dispose()()()() |
Releases all resources used by the Component. (Inherited from Component.) |
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.) |
|
|
EnlistTransaction |
Enlists in the specified transaction. (Inherited from DbConnection.) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
GetSchema()()()() |
Returns schema information for the data source of this DbConnection. (Inherited from DbConnection.) |
|
|
GetSchema(String) |
Returns schema information for the data source of this DbConnection using the specified string for the schema name. (Inherited from DbConnection.) |
|
|
GetSchema(String, array<String>[]()[][]) |
Returns schema information for the data source of this connection
using the specified string for the schema name and the specified string array
for the restriction values.
(Overrides DbConnection..::..GetSchema(String, array<String>[]()[][]).) |
|
|
GetService | (Inherited from Component.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
MemberwiseClone()()()() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
|
OnStateChange |
Raises the StateChange event. (Inherited from DbConnection.) |
|
|
Open |
Does nothing, connection is automatically opened by DocumentDatabase.
(Overrides DbConnection..::..Open()()()().) |
|
|
OpenAsync()()()() | (Inherited from DbConnection.) |
|
|
OpenAsync(CancellationToken) | (Inherited from DbConnection.) |
|
|
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
Properties
| Name | Description | |
|---|---|---|
|
|
CanRaiseEvents |
Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
|
ConnectionString |
Not implement
(Overrides DbConnection..::..ConnectionString.) |
|
|
ConnectionTimeout |
Gets the time to wait while establishing a connection before terminating the attempt and generating an error. (Inherited from DbConnection.) |
|
|
Container |
Gets the IContainer that contains the Component. (Inherited from Component.) |
|
|
Database |
Not implement
(Overrides DbConnection..::..Database.) |
|
|
DataSource |
Not implement
(Overrides DbConnection..::..DataSource.) |
|
|
DbProviderFactory | (Inherited from DbConnection.) |
|
|
DesignMode |
Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
|
Events |
Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
|
ServerVersion |
Not implement
(Overrides DbConnection..::..ServerVersion.) |
|
|
Site | (Inherited from Component.) |
|
|
State |
Returns the state of the connection
(Overrides DbConnection..::..State.) |
Events
| Name | Description | |
|---|---|---|
|
|
Disposed |
Adds an event handler to listen to the Disposed event on the component. (Inherited from Component.) |
|
|
StateChange |
Occurs when the state of the event changes. (Inherited from DbConnection.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IDbConnection..::..BeginTransaction()()()() | (Inherited from DbConnection.) |
|
|
IDbConnection..::..BeginTransaction(IsolationLevel) | (Inherited from DbConnection.) |
|
|
IDbConnection..::..CreateCommand | (Inherited from DbConnection.) |