Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定参数的名称。
Public Overrides Property ParameterName As String
public override string ParameterName {get;set;}
表示参数名称的字符串;如果是未命名参数,则为空字符串 ("")。指定空值引用(在 Visual Basic 中为 Nothing)会造成使用空字符串。
在 UltraLite.NET 中,参数名不由 ULCommand 来使用。所有参数均被视为定位参数,并且依照添加顺序由命令使用。