DataStandardItem Property | |
Index handling example this[FieldName]
Namespace:
SOWIData
Assembly:
SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public Object this[
string FieldName
] { get; set; }
Public Default Property Item (
FieldName As String
) As Object
Get
Set
Parameters
- FieldName
- Type: SystemString
Property Value
Type:
ObjectRemarks
Use in SOWI Framework e.g. SOWI Web standard Index with DataGrid settings
See Also