|
|
Gets/sets the insert command for this DataAdapter
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Property InsertCommand As NavisworksCommand Get Set |
| C# |
|---|
public virtual NavisworksCommand InsertCommand { get; set; } |
| Visual C++ |
|---|
public: virtual property NavisworksCommand^ InsertCommand { NavisworksCommand^ get (); void set (NavisworksCommand^ value); } |