public static FrameTable FromDictionaries(
IEnumerable<IReadOnlyDictionary<string, Object>> dictionaries
)
Public Shared Function FromDictionaries (
dictionaries As IEnumerable(Of IReadOnlyDictionary(Of String, Object))
) As FrameTable
public:
static FrameTable^ FromDictionaries(
IEnumerable<IReadOnlyDictionary<String^, Object^>^>^ dictionaries
)
static member FromDictionaries :
dictionaries : IEnumerable<IReadOnlyDictionary<string, Object>> -> FrameTable
The storage type of each column is inferred from the types of objects encountered are the frame table is constructed.