Interface of export data reader

Namespace: Microsoft.Cosmos.ExportClient
Assembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public interface IExportDataReader : IDataReader, 
	IDisposable, IDataRecord
Visual Basic
Public Interface IExportDataReader _
	Inherits IDataReader, IDisposable, IDataRecord
Visual C++
public interface class IExportDataReader : IDataReader, 
	IDisposable, IDataRecord

See Also