| DatabaseObjectsEnumeratorFactoryCreateEnumerator Delegate | 
            Factory method creating a new object enumerator for given object type.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxpublic delegate IEnumerable<BaseInfo> CreateEnumerator(
	string objectType,
	IWhereCondition where
)
Parameters
- objectType
- Type: SystemString
 Object type for which the enumerator is to be created.
- where
- Type: CMS.DataEngineIWhereCondition
 Where condition
Return Value
Type: 
IEnumerableBaseInfoNew instance of object enumerator.
 See Also
See Also