See Also

OracleLoader Class  | OracleLoader Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

CreateColumns Method

Devart.Data.Oracle Namespace > OracleLoader Class : CreateColumns Method (OracleLoader)

Retrieves table columns information from the table specified in the TableName property and populates columns collection.

[Visual Basic]
Overrides Public Sub CreateColumns()
[C#]
public override void CreateColumns();

Remarks

If Columns property consists of some columns they will be deleted before calling CreateColumns method. TableName property must be set before calling this method.

CreateColumns retrieves all columns from the table. It means that when inserting the data, SQL INSERT statement is generated for all of the columns, regardless of how many you have assigned with SetValue method. The columns you have omitted are considered to be of NULL value. If you want to generate the statements for chosen columns only, you have to manually edit the collection.

See Also

OracleLoader Class  | OracleLoader Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.