Click or drag to resize
DataReaderBaseDataReaderColumnCollectionAdd Method (DataReaderBaseDataReaderColumn)

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public void Add(
	DataReaderBaseDataReaderColumn column
)

Parameters

column
Type: DataStreams.CommonDataReaderBaseDataReaderColumn
The DataReaderBaseDataReaderColumn to add to the collection.
See Also