|
![]() |
The NavisworksCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
NavisworksCommand()()()() |
Default constructor
|
![]() |
NavisworksCommand(String) |
Initializes the command with the given command text
|
![]() |
NavisworksCommand(NavisworksConnection) |
Initializes the command and associates it with the specified connection.
|
![]() |
NavisworksCommand(String, NavisworksConnection) |
Initializes the command with the given SQL command text and attach the command to the specified
connection.
|
Methods
Name | Description | |
---|---|---|
![]() |
Cancel |
Not implemented
(Overrides DbCommand..::..Cancel()()()().) |
![]() |
CreateDbParameter |
Forwards to the local CreateParameter() function
(Overrides DbCommand..::..CreateDbParameter()()()().) |
![]() |
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.) |
![]() |
CreateParameter |
Create a new parameter.
|
![]() |
Dispose()()()() |
Releases all resources used by the Component. (Inherited from Component.) |
![]() |
Dispose(Boolean) | (Overrides Component..::..Dispose(Boolean).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
ExecuteDbDataReader |
Creates a new NavisWorksDataReader to execute/iterate the array of prepared statements
(Overrides DbCommand..::..ExecuteDbDataReader(CommandBehavior).) |
![]() |
ExecuteDbDataReaderAsync | (Inherited from DbCommand.) |
![]() |
ExecuteNonQuery |
Execute the command and return the number of rows inserted/updated affected by it.
(Overrides DbCommand..::..ExecuteNonQuery()()()().) |
![]() |
ExecuteNonQueryAsync()()()() | (Inherited from DbCommand.) |
![]() |
ExecuteNonQueryAsync(Void) | (Inherited from DbCommand.) |
![]() |
ExecuteReader()()()() |
Overrides the default behavior of DbDataReader to return a specialized NavisWorksDataReader class
|
![]() |
ExecuteReader(CommandBehavior) |
Overrides the default behavior to return a NavisWorksDataReader specialization class
|
![]() |
ExecuteReaderAsync()()()() | (Inherited from DbCommand.) |
![]() |
ExecuteReaderAsync(Void) | (Inherited from DbCommand.) |
![]() |
ExecuteReaderAsync(Void, DbDataReader) | (Inherited from DbCommand.) |
![]() |
ExecuteScalar |
Execute the command and return the first column of the first row of the resultset
(if present), or null if no resultset was returned.
(Overrides DbCommand..::..ExecuteScalar()()()().) |
![]() |
ExecuteScalarAsync()()()() | (Inherited from DbCommand.) |
![]() |
ExecuteScalarAsync(Void) | (Inherited from DbCommand.) |
![]() |
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.) |
![]() |
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.) |
![]() |
Prepare |
Does nothing. Commands are prepared as they are executed the first time, and kept in prepared state afterwards.
(Overrides DbCommand..::..Prepare()()()().) |
![]() |
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.) |
![]() |
CommandText |
The SQL command text associated with the command
(Overrides DbCommand..::..CommandText.) |
![]() |
CommandTimeout |
Not implement
(Overrides DbCommand..::..CommandTimeout.) |
![]() |
CommandType |
The type of the command. NavisworksCommand only supports CommandType.Text
(Overrides DbCommand..::..CommandType.) |
![]() |
Connection |
The connection associated with this command
|
![]() |
Container |
Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() |
DbConnection |
Forwards to the local Connection property
(Overrides DbCommand..::..DbConnection.) |
![]() |
DbParameterCollection |
Forwards to the local Parameters property
(Overrides DbCommand..::..DbParameterCollection.) |
![]() |
DbTransaction |
Not implement
(Overrides DbCommand..::..DbTransaction.) |
![]() |
DesignMode |
Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() |
DesignTimeVisible |
Not implement
(Overrides DbCommand..::..DesignTimeVisible.) |
![]() |
Events |
Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() |
Parameters |
Not implement, will implement
Returns the NavisworksParameterCollection for this command
|
![]() |
Site | (Inherited from Component.) |
![]() |
Transaction |
Gets or sets the DbTransaction within which this DbCommand()()()() object executes. (Inherited from DbCommand.) |
![]() |
UpdatedRowSource |
Not implement
(Overrides DbCommand..::..UpdatedRowSource.) |
Events
Name | Description | |
---|---|---|
![]() |
Disposed |
Adds an event handler to listen to the Disposed event on the component. (Inherited from Component.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDbCommand..::..Connection | (Inherited from DbCommand.) |
![]() ![]() |
IDbCommand..::..CreateParameter | (Inherited from DbCommand.) |
![]() ![]() |
IDbCommand..::..ExecuteReader()()()() | (Inherited from DbCommand.) |
![]() ![]() |
IDbCommand..::..ExecuteReader(CommandBehavior) | (Inherited from DbCommand.) |
![]() ![]() |
IDbCommand..::..Parameters | (Inherited from DbCommand.) |
![]() ![]() |
IDbCommand..::..Transaction | (Inherited from DbCommand.) |