SqlDataConnectionFactoryGetSqlParameterCollection Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic SqlParameterCollection GetSqlParameterCollection(
SqlCommand sqlCommand
)
Public Function GetSqlParameterCollection (
sqlCommand As SqlCommand
) As SqlParameterCollection
public:
virtual SqlParameterCollection^ GetSqlParameterCollection(
SqlCommand^ sqlCommand
) sealed
abstract GetSqlParameterCollection :
sqlCommand : SqlCommand -> SqlParameterCollection
override GetSqlParameterCollection :
sqlCommand : SqlCommand -> SqlParameterCollection
function GetSqlParameterCollection(sqlCommand);
Parameters
- sqlCommand
- Type: System.Data.SqlClientSqlCommand
Return Value
Type:
SqlParameterCollectionImplements
ISqlDataConnectionFactoryGetSqlParameterCollection(SqlCommand)
See Also