Click or drag to resize

LkDataExecute Constructor

Linkar Framework for .NET and Core


Initializes a new instance of the LkDataExecute class.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public LkDataExecute(
	string executeResult
)

Parameters

executeResult  String
The string result of the Execute operation execution.
See Also