|
![]() |
The NavisworksDataAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
NavisworksDataAdapter()()()() |
Default constructor
|
![]() |
NavisworksDataAdapter(NavisworksCommand) |
Constructs a data adapter using the specified select command.
|
![]() |
NavisworksDataAdapter(String, NavisworksConnection) |
Constructs a data adapter with the supplied select command text and associated with the specified connection.
|
Methods
Name | Description | |
---|---|---|
![]() |
AddToBatch |
Adds a IDbCommand to the current batch. (Inherited from DbDataAdapter.) |
![]() |
ClearBatch |
Removes all IDbCommand objects from the batch. (Inherited from DbDataAdapter.) |
![]() |
CloneInternals | Obsolete. Creates a copy of this instance of DataAdapter. (Inherited from DataAdapter.) |
![]() |
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.) |
![]() |
CreateRowUpdatedEvent |
Initializes a new instance of the RowUpdatedEventArgs class. (Inherited from DbDataAdapter.) |
![]() |
CreateRowUpdatingEvent |
Initializes a new instance of the RowUpdatingEventArgs class. (Inherited from DbDataAdapter.) |
![]() |
CreateTableMappings |
Creates a new DataTableMappingCollection. (Inherited from DataAdapter.) |
![]() |
Dispose()()()() |
Releases all resources used by the Component. (Inherited from Component.) |
![]() |
Dispose(Boolean) |
Releases the unmanaged resources used by the DbDataAdapter and optionally releases the managed resources. (Inherited from DbDataAdapter.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
ExecuteBatch |
Executes the current batch. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataSet) |
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table." (Inherited from DbDataAdapter.) |
![]() |
Fill(DataTable) |
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet, DataTable, and IDataReader names. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataSet, String) |
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet and DataTable names. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataTable, IDataReader) |
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable. (Inherited from DataAdapter.) |
![]() |
Fill(Int32, Int32, array<DataTable>[]()[][]) |
Adds or refreshes rows in a DataTable to match those in the data source using the DataTable name, the specified SQL SELECT statement, and CommandBehavior. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataTable, IDbCommand, CommandBehavior) |
Adds or refreshes rows in a DataTable to match those in the data source using the specified DataTable and IDataReader names. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataSet, Int32, Int32, String) |
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names. (Inherited from DbDataAdapter.) |
![]() |
Fill(array<DataTable>[]()[][], IDataReader, Int32, Int32) |
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable. (Inherited from DataAdapter.) |
![]() |
Fill(array<DataTable>[]()[][], Int32, Int32, IDbCommand, CommandBehavior) |
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names. (Inherited from DbDataAdapter.) |
![]() |
Fill(DataSet, String, IDataReader, Int32, Int32) |
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable. (Inherited from DataAdapter.) |
![]() |
Fill(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) |
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and source table names, command string, and command behavior. (Inherited from DbDataAdapter.) |
![]() |
FillSchema(DataTable, SchemaType) |
Configures the schema of the specified DataTable based on the specified SchemaType. (Inherited from DbDataAdapter.) |
![]() |
FillSchema(DataSet, SchemaType) |
Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. (Inherited from DbDataAdapter.) |
![]() |
FillSchema(DataSet, SchemaType, String) |
Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based upon the specified SchemaType and DataTable. (Inherited from DbDataAdapter.) |
![]() |
FillSchema(DataTable, SchemaType, IDataReader) | (Inherited from DataAdapter.) |
![]() |
FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) |
Configures the schema of the specified DataTable based on the specified SchemaType, command string, and CommandBehavior values. (Inherited from DbDataAdapter.) |
![]() |
FillSchema(DataSet, SchemaType, String, IDataReader) | (Inherited from DataAdapter.) |
![]() |
FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) |
Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. (Inherited from DbDataAdapter.) |
![]() |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() |
GetBatchedParameter |
Returns a IDataParameter from one of the commands in the current batch. (Inherited from DbDataAdapter.) |
![]() |
GetBatchedRecordsAffected | (Inherited from DbDataAdapter.) |
![]() |
GetFillParameters |
Gets the parameters set by the user when executing an SQL SELECT statement. (Inherited from DbDataAdapter.) |
![]() |
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.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
HasTableMappings |
Indicates whether a DataTableMappingCollection has been created. (Inherited from DataAdapter.) |
![]() |
InitializeBatching |
Initializes batching for the DbDataAdapter. (Inherited from DbDataAdapter.) |
![]() |
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.) |
![]() |
OnFillError |
Invoked when an error occurs during a Fill()()()(). (Inherited from DataAdapter.) |
![]() |
OnRowUpdated |
Raised by DbDataAdapter after a row is updated
(Overrides DbDataAdapter..::..OnRowUpdated(RowUpdatedEventArgs).) |
![]() |
OnRowUpdating |
Raised by the underlying DbDataAdapter when a row is being updated
(Overrides DbDataAdapter..::..OnRowUpdating(RowUpdatingEventArgs).) |
![]() |
ResetFillLoadOption |
Resets FillLoadOption to its default state and causes Fill()()()() to honor AcceptChangesDuringFill. (Inherited from DataAdapter.) |
![]() |
ShouldSerializeAcceptChangesDuringFill |
Determines whether the AcceptChangesDuringFill property should be persisted. (Inherited from DataAdapter.) |
![]() |
ShouldSerializeFillLoadOption |
Determines whether the FillLoadOption property should be persisted. (Inherited from DataAdapter.) |
![]() |
ShouldSerializeTableMappings |
Determines whether one or more DataTableMapping objects exist and they should be persisted. (Inherited from DataAdapter.) |
![]() |
TerminateBatching |
Ends batching for the DbDataAdapter. (Inherited from DbDataAdapter.) |
![]() |
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
![]() |
Update(array<DataRow>[]()[][]) |
Not implement
|
![]() |
Update(DataSet) |
Not implement
(Overrides DbDataAdapter..::..Update(DataSet).) |
![]() |
Update(DataTable) |
Not implement
|
![]() |
Update(array<DataRow>[]()[][], DataTableMapping) |
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects. (Inherited from DbDataAdapter.) |
![]() |
Update(DataSet, String) |
Not implement
|
Properties
Name | Description | |
---|---|---|
![]() |
AcceptChangesDuringFill |
Gets or sets a value indicating whether AcceptChanges()()()() is called on a DataRow after it is added to the DataTable during any of the Fill operations. (Inherited from DataAdapter.) |
![]() |
AcceptChangesDuringUpdate |
Gets or sets whether AcceptChanges()()()() is called during a Update(DataSet). (Inherited from DataAdapter.) |
![]() |
CanRaiseEvents |
Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() |
Container |
Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() |
ContinueUpdateOnError |
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. (Inherited from DataAdapter.) |
![]() |
DeleteCommand |
Gets/sets the delete command for this DataAdapter
|
![]() |
DesignMode |
Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() |
Events |
Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() |
FillCommandBehavior |
Gets or sets the behavior of the command used to fill the data adapter. (Inherited from DbDataAdapter.) |
![]() |
FillLoadOption |
Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader. (Inherited from DataAdapter.) |
![]() |
InsertCommand |
Gets/sets the insert command for this DataAdapter
|
![]() |
MissingMappingAction |
Determines the action to take when incoming data does not have a matching table or column. (Inherited from DataAdapter.) |
![]() |
MissingSchemaAction |
Determines the action to take when existing DataSet schema does not match incoming data. (Inherited from DataAdapter.) |
![]() |
ReturnProviderSpecificTypes |
Gets or sets whether the Fill()()()() method should return provider-specific values or common CLS-compliant values. (Inherited from DataAdapter.) |
![]() |
SelectCommand |
Gets/sets the select command for this DataAdapter
|
![]() |
Site | (Inherited from Component.) |
![]() |
TableMappings |
Gets a collection that provides the master mapping between a source table and a DataTable. (Inherited from DataAdapter.) |
![]() |
UpdateBatchSize |
Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. (Inherited from DbDataAdapter.) |
![]() |
UpdateCommand |
Gets/sets the update command for this DataAdapter
|
Events
Name | Description | |
---|---|---|
![]() |
Disposed |
Adds an event handler to listen to the Disposed event on the component. (Inherited from Component.) |
![]() |
FillError |
Returned when an error occurs during a fill operation. (Inherited from DataAdapter.) |
![]() |
RowUpdated |
Row updated event handler
|
![]() |
RowUpdating |
Row updating event handler
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICloneable..::..Clone | (Inherited from DbDataAdapter.) |
![]() ![]() |
IDbDataAdapter..::..DeleteCommand | (Inherited from DbDataAdapter.) |
![]() ![]() |
IDbDataAdapter..::..InsertCommand | (Inherited from DbDataAdapter.) |
![]() ![]() |
IDbDataAdapter..::..SelectCommand | (Inherited from DbDataAdapter.) |
![]() ![]() |
IDataAdapter..::..TableMappings | (Inherited from DataAdapter.) |
![]() ![]() |
IDbDataAdapter..::..UpdateCommand | (Inherited from DbDataAdapter.) |