|
![]() |
Implementation of DbParameterCollection.
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Class NavisworksParameterCollection _ Inherits DbParameterCollection _ Implements IDisposable |
C# |
---|
public class NavisworksParameterCollection : DbParameterCollection, IDisposable |
Visual C++ |
---|
public ref class NavisworksParameterCollection : public DbParameterCollection, IDisposable |
Remarks
Represents a collection of parameters associated with a NavisworksCommand, and the number of the parameters in the collection must be equal to the number of parameter placeholders within the command text
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.Data.Common..::..DbParameterCollection
Autodesk.Navisworks.Api.Data..::..NavisworksParameterCollection
System..::..MarshalByRefObject
System.Data.Common..::..DbParameterCollection
Autodesk.Navisworks.Api.Data..::..NavisworksParameterCollection