QueryManager.NamedParametersExist(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool NamedParametersExist(System::Collections::Generic::IEnumerable<System::String ^> ^ parameterNames);
public static bool NamedParametersExist (System.Collections.Generic.IEnumerable<string> parameterNames);
static member NamedParametersExist : seq<string> -> bool
Public Shared Function NamedParametersExist (parameterNames As IEnumerable(Of String)) As Boolean
Parameters
- parameterNames
- IEnumerable<String>