Class Row
Represents a row in a table as a dictionary of column names and their corresponding values (as untyped objects object).
public class Row : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IDictionary, ICollection, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ISerializable, IDeserializationCallback
- Inheritance
-
Row
- Implements
- Inherited Members