AbstractSqlFactory.CreateParameter 方法 | |
Returns a new instance of the provider's class that implements the DbParameter class.
命名空间:
XSharp.Data
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD CreateParameter() AS DbParameter
public virtual DbParameter CreateParameter()
查看代码返回值
类型:
DbParameterA new instance of
DbParameter.
实现
CreateParameter参见 引用
System.Data.CommonDbParameter