コード例 #1
0
 internal override void RowAvailable(SmiTypedGetterSetter rowData)
 {
     if (Bid.AdvancedOn)
     {
         Bid.Trace("<sc.SqlDataReaderSmi.ReaderEventSink.RowAvailable|ADV> %d# (SmiTypedGetterSetter).\n", this.reader.ObjectID);
     }
     this.reader.RowAvailable(rowData);
 }
コード例 #2
0
        internal virtual void RowAvailable(SmiTypedGetterSetter rowData)
        {
            // Adding as of V200

            // Implement body with throw because there are only a couple of ways to get to this code:
            //  1) Client is calling this method even though the server negotiated for V3- and hasn't implemented V200 yet.
            //  2) Server didn't implement V200 on some interface, but negotiated V200+.
            Microsoft.Data.Common.ADP.InternalError(Microsoft.Data.Common.ADP.InternalErrorCode.UnimplementedSMIMethod);
        }