Click or drag to resize

DataSourceImporterGetDataRows Method (String, Boolean)

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

Namespace:  Demo3D.Utilities
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
public DataSourceImporterRowIterator GetDataRows(
	string tableName,
	bool ignoreErrorRows = true
)

Parameters

tableName
Type: SystemString

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

ignoreErrorRows (Optional)
Type: SystemBoolean

[Missing <param name="ignoreErrorRows"/> documentation for "M:Demo3D.Utilities.DataSourceImporter.GetDataRows(System.String,System.Boolean)"]

Return Value

Type: DataSourceImporterRowIterator

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

See Also