Click or drag to resize

ExternalLineHelpersToExternalLine Method (IEnumerableTupleString, Object)

Translate a record expressed as a sequence of key-value pairs into an ExternalLine object with an undetermined cluster number.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public static ExternalLine ToExternalLine(
	this IEnumerable<Tuple<string, Object>> record
)

Parameters

record
Type: System.Collections.GenericIEnumerableTupleString, Object
A sequence of key-value pairs.

Return Value

Type: ExternalLine
An ExternalLine object of type Xrecord.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableTupleString, Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also