OracleParameter.ToString 方法
定义
获取一个包含 ParameterName 的字符串。Gets a string that contains the ParameterName.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
一个包含 ParameterName 的字符串。A string that contains the ParameterName.