public class OracleLoaderColumn : Devart.Common.DbLoaderColumn
'Declaration Public Class OracleLoaderColumn Inherits Devart.Common.DbLoaderColumn
Each OracleLoader uses a Columns to maintain a collection of OracleLoaderColumn objects. The OracleLoaderColumn object represents the attributes for column loading. Every OracleLoaderColumn object corresponds to one of the table fields with the same name as its Name property.
You can manually make changes to the Columns collection to exclude some columns from INSERT statement generated by OracleLoader object.
Note: This class is available with dotConnect for Oracle Professional edition only.
System.Object
System.MarshalByRefObject
Devart.Common.DbLoaderColumn
Devart.Data.Oracle.OracleLoaderColumn
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2