Skip to content

6877818b df1c 3267 9751 033f87b5123e

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

DataSetProvider Constructor (DataSet)

Additional header content

Initializes a new instance of the DataSetProvider class.

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

Syntax

C#

public DataSetProvider(
	DataSet dataSet
)

VB

Public Sub New ( 
	dataSet As DataSet
)

Parameters

 

dataSet
Type: System.Data.DataSet
A DataSet object than contains the information.

Remarks

[Missing documentation for "M:iTin.Export.Providers.DataSetProvider.#ctor(System.Data.DataSet)"]

See Also

Reference

DataSetProvider Class
DataSetProvider Overload
iTin.Export.Providers Namespace

Clone this wiki locally