Creates a new instance of the OracleDataSet class.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public OracleDataSet(
	string tnsService,
	string table,
	string user,
	string password
)
Visual Basic
Public Sub New ( _
	tnsService As String, _
	table As String, _
	user As String, _
	password As String _
)

Parameters

tnsService
Type: System..::..String
table
Type: System..::..String
user
Type: System..::..String
password
Type: System..::..String

See Also