Class GenericStringStringInfo
generic object to retrieve values from a dummy Core Data Service View
Inherited Members
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public class GenericStringStringInfo : COM
Properties
| Improve this Doc View SourceKeyColumn
key (named differently because key is a reserved keyword)
Declaration
public string KeyColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToKeyValuePair()
convert object to a key value pair
Declaration
public KeyValuePair<string, string> ToKeyValuePair()
Returns
Type | Description |
---|---|
KeyValuePair<System.String, System.String> |