DataBufferTotalReadRecords Property |
Gets the total number of records read up to the query moment.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic int TotalReadRecords { get; }Public ReadOnly Property TotalReadRecords As Integer
Get
public:
property int TotalReadRecords {
int get ();
}member TotalReadRecords : int with get
Property Value
Type:
Int32
See Also