Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULFactory 类

 

CreateParameter 方法

返回强类型的 System.Data.Common.DbParameter 实例。

语法
Visual Basic
Public Overrides Function CreateParameter() As DbParameter
C#
public override DbParameter CreateParameter();
返回值

一个类型为 DbParameter 的新 ULParameter 实例。

另请参见