DynamicQueryEngineBase.CheckSelectListAndPersistenceInfoForSelect Method |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
protected static void CheckSelectListAndPersistenceInfoForSelect( IEntityFieldCore[] selectList, IFieldPersistenceInfo[] fieldsPersistenceInfo )
Exception | Condition |
---|---|
ArgumentNullException | if the select list is null or the fieldspersistenceinfo is null |
ArgumentException | if the select list has a length of 0 or the fieldspersistenceinfo has a length of 0 |
ORMQueryConstructionException | if the length of the select list differs from the fieldpersistenceinfo length. They should match |