'宣言 Public Function ParseParameters( _ ByVal fullString As System.String, _ ByVal parameters As ReportParameterCollection _ ) As System.String
'使用法 Dim instance As DataSource Dim fullString As System.String Dim parameters As ReportParameterCollection Dim value As System.String value = instance.ParseParameters(fullString, parameters)
public System.string ParseParameters( System.string fullString, ReportParameterCollection parameters )
パラメータ
- fullString
- The original query string which contains PARAMETERS clause.
- parameters
- The parameters collection to hold the paramters.
戻り値の型
The new query string which delete the PARAMETERS clause.