The UseFastLoad property specifies whether to use the FastLoad option, where rows are processed in batches under a single transaction commit.
object.UseFastLoad [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Boolean that specifies whether to use the FastLoad option, if available. |
Boolean
Read/write
HRESULT GetUseFastLoad(VARIANT_BOOL *pRetVal);
HRESULT SetUseFastLoad(VARIANT_BOOL NewValue);
The batch size is controlled by the InsertCommitSize property.
The FastLoad option is available if the OLE DB provider supports the IRowsetFastLoad interface.