Select from following answers:- Add a parameter with a DataTable value.

- Add one parameter for each column of the existing compatible type on the server.
- Add a parameter with a string that names the existing compatible type on the server.
- All Above
To create a command with the corresponding parameters, add a parameter with a DataTable, DbDataReader, or System.Collections.Generic.IList<SqlDataRecord> object. You must specify a type name for the table-valued parameter using the TypeName property of a SqlParameter. The TypeName must match the name of a compatible type previously created on the server.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator