QueryCriteria<T>.GenerateDalCriteria 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.
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Generates the Data Access Layer (DAL) criteria from the XML criteria.
protected:
void GenerateDalCriteria(System::Collections::Generic::IList<System::String ^> ^ propertyNames, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack, Microsoft::EnterpriseManagement::EnterpriseManagementGroup ^ managementGroup, System::Collections::Generic::IList<System::String ^> ^ invalidCriteriaElements);
protected void GenerateDalCriteria (System.Collections.Generic.IList<string> propertyNames, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack, Microsoft.EnterpriseManagement.EnterpriseManagementGroup managementGroup, System.Collections.Generic.IList<string> invalidCriteriaElements);
member this.GenerateDalCriteria : System.Collections.Generic.IList<string> * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Configuration.ManagementPack * Microsoft.EnterpriseManagement.EnterpriseManagementGroup * System.Collections.Generic.IList<string> -> unit
Protected Sub GenerateDalCriteria (propertyNames As IList(Of String), managementPackClass As ManagementPackClass, managementPack As ManagementPack, managementGroup As EnterpriseManagementGroup, invalidCriteriaElements As IList(Of String))
Parameters
- managementPackClass
- ManagementPackClass
The management pack class.
- managementPack
- ManagementPack
The management pack.
- managementGroup
- EnterpriseManagementGroup
The management group.
The list of criteria elements that are not allowed based on the schema.