Click or drag to resize

imbDataTableExtensionsdeserializeDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deserializes the data table.

Namespace:  imbSCI.DataComplex.extensions.data.formats
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable deserializeDataTable(
	this string filename,
	dataTableExportEnum format,
	folderNode directory = null,
	DataTable table = null,
	params Object[] resources
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename or filepath.
format
Type: imbSCI.Data.enums.reportingdataTableExportEnum
The format to read from
directory (Optional)
Type: imbSCI.Core.files.foldersfolderNode
The directory (if filename was supplied and not full filepath)
table (Optional)
Type: System.DataDataTable
The table.
resources
Type: SystemObject
Supports: IObjectWithNameAndDescription

Return Value

Type: DataTable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
dataException File path not accessable: " + filepath - null - null - deserializeDataTable or Deserialization error - imbDataTableExtensions->deserialize
NotImplementedException
See Also