sqlparameter

读音: 美  英 

sqlparameter中文翻译

sql参数

sqlparameter

网络 参数化查询; 数据层*作推荐用参数方式; 参数; sql参数

用法例句

  • 1. The parameters retrieve information from the modified row using the SourceColumn property of the SqlParameter object.

    这些参数使用SqlParameter对象的SourceColumn属性从已修改的行中检索相关信息。

  • 2. A SqlParameter object is used to specify the input parameter to the stored procedure.

    SqlParameter对象用于指定存储过程的输入参数。

  • 3. Associate a SqlParameter Object with a SqlCommand Object

    SqlParameter对象和SqlCommand对象关联