Click or drag to resize
Grid Solutions Framework

MySqlInputAdapterGetShortStatus Method

Gets a short one-line status of this MySqlInputAdapter.

Namespace: MySqlAdapters
Assembly: MySqlAdapters (in MySqlAdapters.dll) Version: 2.4.182-beta
Syntax
public override string GetShortStatus(
	int maxLength
)
View Source

Parameters

maxLength  Int32
Maximum length of the status message.

Return Value

String
Text of the status message.

Implements

IAdapterGetShortStatus(Int32)
See Also