BatchCellsetBatch Property  | 
 
            Gets the batch information for the current instance.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic BatchInfo Batch { get; }Public ReadOnly Property Batch As BatchInfo
	Get
public:
property BatchInfo^ Batch {
	BatchInfo^ get ();
}member Batch : BatchInfo with get
Property Value
Type: 
BatchInfo
See Also