Click or drag to resize

LkDataSubroutine Constructor

Linkar Framework for .NET and Core


Initializes a new instance of the LkDataCRUD class.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public LkDataSubroutine(
	string subroutineResult
)

Parameters

subroutineResult  String
The string result of the Subroutine operation execution.
See Also