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 类

 

ParameterName 属性

指定参数的名称。

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

表示参数名称的字符串;如果是未命名参数,则为空字符串 ("")。指定空值引用(在 Visual Basic 中为 Nothing)会造成使用空字符串。

注释

在 UltraLite.NET 中,参数名不由 ULCommand 来使用。所有参数均被视为定位参数,并且依照添加顺序由命令使用。

另请参见