|
|
The NavisworksParameter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
NavisworksParameter()()()() |
Default constructor
|
|
|
NavisworksParameter(String, Object) |
Constructs a named parameter given the specified parameter name and initial value
|
Methods
| Name | Description | |
|---|---|---|
|
|
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.) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
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.) |
|
|
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.) |
|
|
ResetDbType |
Resets the DbType property to its original settings. (Inherited from DbParameter.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
DbType |
Returns the datatype of the parameter
(Overrides DbParameter..::..DbType.) |
|
|
Direction |
Supports only input parameters
(Overrides DbParameter..::..Direction.) |
|
|
IsNullable |
Whether or not the parameter can contain a null value
(Overrides DbParameter..::..IsNullable.) |
|
|
ParameterName |
Returns the parameter name
(Overrides DbParameter..::..ParameterName.) |
|
|
Precision | (Inherited from DbParameter.) |
|
|
Scale | (Inherited from DbParameter.) |
|
|
Size |
Returns the size of the parameter
(Overrides DbParameter..::..Size.) |
|
|
SourceColumn |
Gets/sets the source column
(Overrides DbParameter..::..SourceColumn.) |
|
|
SourceColumnNullMapping |
Used by DbCommandBuilder to determine the mapping for nullable fields
(Overrides DbParameter..::..SourceColumnNullMapping.) |
|
|
SourceVersion |
Gets and sets the row version
(Overrides DbParameter..::..SourceVersion.) |
|
|
Value |
Gets and sets the parameter value. If no datatype was specified, the datatype will assume the type from the value given.
(Overrides DbParameter..::..Value.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IDbDataParameter..::..Precision | (Inherited from DbParameter.) |
|
|
IDbDataParameter..::..Scale | (Inherited from DbParameter.) |