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 参考 » ULParameter 类

 

DbType 属性

指定参数的 System.Data.DbType

语法
Visual Basic
Public Overrides Property DbType As DbType
C#
public override DbType DbType { get; set; }
属性值

System.Data.DbType 值之一。

注释

ULParameter.ULDbType 和 DbType 属性链接在一起。因此,设置 DbType 会将 ULParameter.ULDbType 更改为支持的 iAnywhere.Data.UltraLite.ULDbType。

另请参见