Skip to content

ff4a3979 16b3 cc26 2b26 279dde82c27b

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

DataTableInput Constructor (DataTable)

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
)

VB

Public Sub New ( 
	table As DataTable
)

Parameters

 

table
Type: System.Data.DataTable
The table.

Remarks

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

See Also

Reference

DataTableInput Class
DataTableInput Overload
iTin.Export.Inputs Namespace

Clone this wiki locally