DestinationSchemaName

This property specifies the database schema that the data is loaded into.

Declaration

// C#
public string DestinationSchemaName {get; set;}

Property Value

A string value that identifies the destination schema name.

Remarks

By default, this property is set to the schema or the user associated with the connection used by the OracleBulkCopy object. This default can be modified by setting this property to a different destination schema or user name.