|
virtual ULONG CMultiBulkRecord<T>::IsStatementBatch(); Return Value 1. Remark You may need to overwrite this function to determine if a statement may generate multiple rowsets. If the returned value is not 1, a CMultiBulkRecord<T> object will use T::OpenWithCmnd to open one rowset only. |