Click or drag to resize

LkItemItem(String, Int32, Int32) Property

Linkar Framework for .NET and Core


Indexer that usign the dictionary name can set or get fields, multivalues or subvalues from the record.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public string this[
	string dictName,
	int mv = 0,
	int sv = 0
] { get; set; }

Parameters

dictName  String
The dictionary name to get or set.
mv  Int32  (Optional)
The multivalue number to get or set.
sv  Int32  (Optional)
The subvalue number to get or set.

Return Value

String
The extrated value.
See Also