ISqlDataConnectionFactoryGetSqlParameterCollection Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxSqlParameterCollection GetSqlParameterCollection(
SqlCommand dbCommand
)
Function GetSqlParameterCollection (
dbCommand As SqlCommand
) As SqlParameterCollection
SqlParameterCollection^ GetSqlParameterCollection(
SqlCommand^ dbCommand
)
abstract GetSqlParameterCollection :
dbCommand : SqlCommand -> SqlParameterCollection
function GetSqlParameterCollection(dbCommand);
Parameters
- dbCommand
- Type: System.Data.SqlClientSqlCommand
Stored Procedure name or SQL command
Return Value
Type:
SqlParameterCollection
See Also