API Reference
Class
TableValue
Represents a tabular rowset (each row is a key/value map).
Inheritance
- Object
- TableValue
Constructors
TableValue(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}} Rows) #Represents a tabular rowset (each row is a key/value map).
Parameters
- Rows System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}}