|
![]() |
The NavisworksParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add(Object) |
Adds a parameter to the collection
(Overrides DbParameterCollection..::..Add(Object).) |
![]() |
Add(NavisworksParameter) |
Adds a parameter to the collection
|
![]() |
AddRange |
Adds an array of parameters to the collection
(Overrides DbParameterCollection..::..AddRange(Array).) |
![]() |
AddWithValue |
Adds a named/unnamed parameter and its value to the parameter collection.
|
![]() |
Clear |
Clears the array and resets the collection
(Overrides DbParameterCollection..::..Clear()()()().) |
![]() |
Contains(Object) |
Determines if the parameter exists in the collection
(Overrides DbParameterCollection..::..Contains(Object).) |
![]() |
Contains(String) |
Determines if the named parameter exists in the collection
(Overrides DbParameterCollection..::..Contains(String).) |
![]() |
CopyTo |
Not implemented
(Overrides DbParameterCollection..::..CopyTo(Array, Int32).) |
![]() |
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()()()() | |
![]() |
Dispose(Boolean) | |
![]() |
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.) |
![]() |
GetEnumerator |
Exposes the GetEnumerator()()()() method, which supports a simple iteration over a collection by a .NET Framework data provider. (Inherited from DbParameterCollection.) |
![]() |
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.) |
![]() |
GetParameter(Int32) |
Retrieves a parameter by its index in the collection
(Overrides DbParameterCollection..::..GetParameter(Int32).) |
![]() |
GetParameter(String) |
Retrieve a parameter by name from the collection
(Overrides DbParameterCollection..::..GetParameter(String).) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf(Object) |
Returns the index of a parameter
(Overrides DbParameterCollection..::..IndexOf(Object).) |
![]() |
IndexOf(String) |
Returns the index of a parameter given its name
(Overrides DbParameterCollection..::..IndexOf(String).) |
![]() |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
Insert |
Inserts a parameter into the array at the specified location
(Overrides DbParameterCollection..::..Insert(Int32, Object).) |
![]() |
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.) |
![]() |
Remove |
Removes specified parameter from the collection
(Overrides DbParameterCollection..::..Remove(Object).) |
![]() |
RemoveAt(Int32) |
Removes a parameter from the collection given its index
(Overrides DbParameterCollection..::..RemoveAt(Int32).) |
![]() |
RemoveAt(String) |
Removes a parameter from the collection given its name
(Overrides DbParameterCollection..::..RemoveAt(String).) |
![]() |
SetParameter(Int32, DbParameter) |
Re-assign a parameter at the specified index
(Overrides DbParameterCollection..::..SetParameter(Int32, DbParameter).) |
![]() |
SetParameter(String, DbParameter) |
Re-assign the named parameter to a new parameter object
(Overrides DbParameterCollection..::..SetParameter(String, DbParameter).) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Returns a count of parameters in the collection
(Overrides DbParameterCollection..::..Count.) |
![]() |
IsFixedSize |
Returns false
(Overrides DbParameterCollection..::..IsFixedSize.) |
![]() |
IsReadOnly |
Returns false
(Overrides DbParameterCollection..::..IsReadOnly.) |
![]() |
IsSynchronized |
Returns true
(Overrides DbParameterCollection..::..IsSynchronized.) |
![]() |
Item[([( Int32])]) |
Overloaded to specialize the return value of the default indexer
|
![]() |
Item[([( String])]) |
Overloaded to specialize the return value of the default indexer
|
![]() |
SyncRoot |
Returns null
(Overrides DbParameterCollection..::..SyncRoot.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList..::..Item | (Inherited from DbParameterCollection.) |
![]() ![]() |
IDataParameterCollection..::..Item | (Inherited from DbParameterCollection.) |