Click or drag to resize

DataSourceImporterGetDataTable Method (String)

[Missing <summary> documentation for "M:Demo3D.Utilities.DataSourceImporter.GetDataTable(System.String)"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public DataTable GetDataTable(
	string tableName
)

Parameters

tableName
Type: SystemString

[Missing <param name="tableName"/> documentation for "M:Demo3D.Utilities.DataSourceImporter.GetDataTable(System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Demo3D.Utilities.DataSourceImporter.GetDataTable(System.String)"]

See Also