Skip to content

888f8372 c5c5 280a 34ea 0cf41ea2c7b4

Fernando Garcia edited this page May 8, 2018 · 1 revision

DataTableInput Constructor (DataTable, String)

Additional header content

Initializes a new instance of the DataTableInput class.

Namespace: iTin.Export.Inputs
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public DataTableInput(
	DataTable table,
	string name
)

VB

Public Sub New ( 
	table As DataTable,
	name As String
)

Parameters

 

table
Type: System.Data.DataTable
The table.
name
Type: System.String
The name.

Remarks

[Missing documentation for "M:iTin.Export.Inputs.DataTableInput.#ctor(System.Data.DataTable,System.String)"]

See Also

Reference

DataTableInput Class
DataTableInput Overload
iTin.Export.Inputs Namespace

Clone this wiki locally