Click or drag to resize

webLemmaTermExtensionsGetDataTableSorted Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets the data table sorted.

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static DataTable GetDataTableSorted(
	this webLemmaTermTable table,
	int limit = -1
)

Parameters

table
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermTable
The table.
limit (Optional)
Type: SystemInt32
The limit.

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermExtensions.GetDataTableSorted(imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type webLemmaTermTable. 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