Click or drag to resize

LkDataCRUD(String) 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 LkDataCRUD(
	string crudOperationResult
)

Parameters

crudOperationResult  String
The string result of the CRUD operation execution.
See Also