dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / DmlLoader Class

DmlLoader Class Properties

For a list of all members of this type, see DmlLoader members.

Public Properties
 NameDescription
Public PropertyThe maximal number of records to send as one batch to the server when performing an Insert operation. (Inherited from Devart.Data.SqlShimLoader)
Public PropertyGets or sets a size of data packet loaded to the server. (Inherited from Devart.Common.DbLoader)
Public PropertyGets the SqlShimLoaderColumnCollection collection. (Inherited from Devart.Data.SqlShimLoader)
Public PropertyGets or sets the SqlShimConnection used by this instance of the DmlLoader.  
Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyOverloaded. Sets the value of the column with the specified name for Devart.Common.DbLoaderColumnCollection. (Inherited from Devart.Common.DbLoader)
Public PropertyGets or sets string containing list of key field names separated by semicolon. They are used to generate update and delete commands.  
Public PropertyDetermines the operation the loader must perform. (Inherited from Devart.Data.SqlShimLoader)
Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets table name that will be loaded.  
Top
See Also