Click or drag to resize
XmlRecordReader.ColumnCollection.Item Property (String)

Namespace: DataStreams.Xml
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public XmlRecordReader.Column this[
	string columnName
] { get; set; }

Parameters

columnName
Type: System.String

Property Value

Type: XmlRecordReader.Column
See Also