Click or drag to resize
FrameTRowKey, TColumnKeyGetAllColumnsR Method (ConversionKind)
[category:Series operations]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public IEnumerable<KeyValuePair<TColumnKey, Series<TRowKey, R>>> GetAllColumns<R>(
	ConversionKind conversionKind
)

Parameters

conversionKind
Type: DeedleConversionKind

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

Type Parameters

R

Return Value

Type: IEnumerableKeyValuePairTColumnKey, SeriesTRowKey, R

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

See Also