| FrameNonExpandableTypes Property |
Configures how reflection-based expansion behaves - see also `df.ExpandColumns`.
This (mutable, non-thread-safe) collection specifies additional primitive (but reference)
types that should not be expaneded. By default, this includes DateTime, string, etc.
[category:Configuration]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static HashSet<Type> NonExpandableTypes { get; }
Property Value
Type:
HashSetType[Missing <value> documentation for "P:Deedle.Frame.NonExpandableTypes"]
See Also