Click or drag to resize
FrameTRowKey, TColumnKeyGetAllColumnsR Method (Boolean)

Note: This API is now obsolete.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[ObsoleteAttribute("GetAllColumns(bool) is obsolete. Use GetAllColumns(ConversionKind) instead.")]
public IEnumerable<KeyValuePair<TColumnKey, Series<TRowKey, R>>> GetAllColumns<R>(
	bool strict
)

Parameters

strict
Type: SystemBoolean

[Missing <param name="strict"/> documentation for "M:Deedle.Frame`2.GetAllColumns``1(System.Boolean)"]

Type Parameters

R

Return Value

Type: IEnumerableKeyValuePairTColumnKey, SeriesTRowKey, R

[Missing <returns> documentation for "M:Deedle.Frame`2.GetAllColumns``1(System.Boolean)"]

See Also