Oracle Table
Last updated
Last updated
Parameter | Value |
connectionString | the encrypted connection string. See ".NET Framework Data Provider for Oracle" section on https://www.connectionstrings.com/oracle/ for a sample. |
table | the name of the table, e.g. dbo.employees |
idColumn | the unique id column of the oracle table |
idColumnDataType | the data type of the above id column |