| DMConnectionUtilityGetSqlStringVariables Method |
Namespace:
Dynamicweb.DataManagement
Assembly:
Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax public static IEnumerable<QueryVariable> GetSqlStringVariables(
string sqlCommandText
)
Public Shared Function GetSqlStringVariables (
sqlCommandText As String
) As IEnumerable(Of QueryVariable)
Parameters
- sqlCommandText
- Type: SystemString
Return Value
Type:
IEnumerableQueryVariableSee Also