Click or drag to resize

ExternalLineHelpersToExternalLine Method (IEnumerableTupleString, Object, Int32)

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

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,
	int clstrNo
)

Parameters

record
Type: System.Collections.GenericIEnumerableTupleString, Object
A sequence of key-value pairs.
clstrNo
Type: SystemInt32
Cluster number the record is associated with; may be 0, which means undetermined.

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