|
![]() |
Constructs a data adapter with the supplied select command text and associated with the specified connection.
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ commandText As String, _ connection As NavisworksConnection _ ) |
C# |
---|
public NavisworksDataAdapter( string commandText, NavisworksConnection connection ) |
Visual C++ |
---|
public: NavisworksDataAdapter( String^ commandText, NavisworksConnection^ connection ) |
Parameters
- commandText
- Type: System..::..String
The select command text to associate with the data adapter.
- connection
- Type: Autodesk.Navisworks.Api.Data..::..NavisworksConnection
The connection to associate with the select command.