Creates a new instance of the OracleDataSet class representing a table that does not yet exist.

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,
	IEnumerable<DBColumn> fields
)
Visual Basic
Public Sub New ( _
	tnsService As String, _
	table As String, _
	user As String, _
	password As String, _
	fields As IEnumerable(Of DBColumn) _
)

Parameters

tnsService
Type: System..::..String
table
Type: System..::..String
user
Type: System..::..String
password
Type: System..::..String
fields
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'DBColumn>)>)>

See Also