Skip to content

18d9469e 24ba d75d 279b 16b02fbf3807

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

DataRowInput Constructor

Additional header content

Initializes a new instance of the DataRowInput 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#

protected DataRowInput(
	IEnumerable<DataRow> rows,
	string name
)

VB

Protected Sub New ( 
	rows As IEnumerable(Of DataRow),
	name As String
)

Parameters

 

rows
Type: System.Collections.Generic.IEnumerable(DataRow)
A DataRow array object than contains the information.
name
Type: System.String
The name.

Remarks

[Missing documentation for "M:iTin.Export.Inputs.DataRowInput.#ctor(System.Collections.Generic.IEnumerable{System.Data.DataRow},System.String)"]

See Also

Reference

DataRowInput Class
iTin.Export.Inputs Namespace

Clone this wiki locally