You are an enterprise application developer. You develop a component that gathers data from multiple Web services and loads the data into a DataTable. You need to identify a class to persist the information stored in the DataTable to a Microsoft SQL Server database by using the most time-efficient method.
Which class should you choose?
A.
SqlBulkCopy
B.
SqlDataReader
C.
SqlClientFactory
D.
SqlCommandBuilder