CommandBehavior.SingleRow

  • Thread starter Thread starter Justin
  • Start date Start date
J

Justin

As far as performance is concerned, is it more efficient to set
SqlCommand.ExecuteReader(CommandBehavior.SingleRow) when you are only
dealing with single row?

Thanks
 
Back
Top