Overload | Description |
---|---|
OracleLoader Constructor() | Creates an OracleLoader object without Connection and with empty TableName. |
OracleLoader Constructor(OracleLoaderOptions) | Creates a new instance of OracleLoader and initializes its Options property with a specified OracleLoaderOptions value. |
OracleLoader Constructor(String) | Initializes a new instance of the OracleLoader class with table name that will be loaded. |
OracleLoader Constructor(String,OracleConnection) | Initializes a new instance of the OracleLoader class with table name that will be loaded and a OracleConnection object. |
OracleLoader Constructor(String,OracleConnection,OracleLoaderOptions) | Creates a new instance of OracleLoader and initializes its Options, TableName, and Connection properties with specified values. |