Click or drag to resize

imbDataTableExtensionsConstructTableWithRandomContent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs the data table and populates with random content of the table with.

Namespace:  imbSCI.DataComplex.extensions.data.formats
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable ConstructTableWithRandomContent(
	this Object host,
	int columns,
	int rows
)
Request Example View Source

Parameters

host
Type: SystemObject
Host actually has no role in this extension. It-s just there to make this function easier to find
columns
Type: SystemInt32
The columns.
rows
Type: SystemInt32
The rows.

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 Object. 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).
See Also