| CommandBuilderToQueryText Method (IDataParameter, Int32) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static string ToQueryText(
IDataParameter dataParameter,
int parameterIndex
)
Public Shared Function ToQueryText (
dataParameter As IDataParameter,
parameterIndex As Integer
) As String
Parameters
- dataParameter
- Type: System.DataIDataParameter
- parameterIndex
- Type: SystemInt32
Return Value
Type:
StringSee Also