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;}
パラメーターの名前を表す文字列。名前のないパラメーターの場合は空の文字列 ("")。NULL 参照 (Visual Basic の Nothing) を指定すると、空の文字列が使用されます。
Ultra Light.NET では、ULCommand はパラメーターの名前を使用しません。すべてのパラメーターは、位置パラメーターとして扱われ、コマンドによって追加された順序で使用されます。