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