| LkDataSubroutine Constructor |
Linkar Framework for .NET and Core
Initializes a new instance of the LkDataCRUD class.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public LkDataSubroutine(
string subroutineResult
)
Public Sub New (
subroutineResult As String
)
public:
LkDataSubroutine(
String^ subroutineResult
)
new :
subroutineResult : string -> LkDataSubroutine
Parameters
- subroutineResult String
- The string result of the Subroutine operation execution.
See Also