20 List<KeyValuePair<string, string>>
Other =
new List<KeyValuePair<string, string>>();
Base class for DSN field classes.
KeyValuePair< string, string >[] Other
Other fields.
bool ParseType(ref string Value, out string Type)
Parses a type value prefixed to the field value.
abstract bool Parse(string Key, string Value)
Parses a field
DsnFields(string[] Rows)
Base class for DSN field classes.