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