/////////////////////////////////////////////////////////////// // This is generated code. If you modify this code, be aware // of the fact that when you re-generate the code, your changes // are lost. If you want to keep your changes, make this file read-only // when you have finished your changes, however it is recommended that // you inherit from this class to extend the functionality of this generated // class or you modify / extend the templates used to generate this code. ////////////////////////////////////////////////////////////// // Code is generated using LLBLGen Pro version: 1.0.2004.1 // Code is generated on: Montag, 21. März 2005 20:29:28 // Code is generated using templates: Special C# template set for both Generic and Specific generation, CID // Templates vendor: Solutions Design. // Templates version: 1.0.2005.1.1 ////////////////////////////////////////////////////////////// using System; using ESG.WWS.Data.LogisticsManagement; using SD.LLBLGen.Pro.ORMSupportClasses; namespace ESG.WWS.Data.LogisticsManagement.FactoryClasses { /// /// Class which eases the creation of the different predicate clauses defined in the ORM support classes. /// Use these methods to create predicate clauses for filters without a lot of code. /// public class PredicateFactory { /// /// Static class, no CTor /// private PredicateFactory() { } #region FieldCompareValuePredicate creators (4 per entity type) /// FieldCompareValuePredicate factory for SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LogisticArticleTextEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LogisticArticleTextEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LogisticArticleTextEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LogisticArticleTextEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for DirectSaleSectionEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for DirectSaleSectionEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for DirectSaleSectionEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for DirectSaleSectionEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for DirectSaleEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for DirectSaleEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for DirectSaleEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for DirectSaleEntity. public static FieldCompareValuePredicate CompareValue(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LogisticArticleEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LogisticArticleEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LogisticArticleEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LogisticArticleEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for OperationalSiteEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for OperationalSiteEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for OperationalSiteEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for OperationalSiteEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for TypeOfArticleTextEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for TypeOfArticleTextEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for TypeOfArticleTextEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for TypeOfArticleTextEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for ShelfTypeEntity. public static FieldCompareValuePredicate CompareValue(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for ShelfTypeEntity. public static FieldCompareValuePredicate CompareValue(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for ShelfTypeEntity. public static FieldCompareValuePredicate CompareValue(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for ShelfTypeEntity. public static FieldCompareValuePredicate CompareValue(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for SpecificationGroupEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for SpecificationGroupEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for SpecificationGroupEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for SpecificationGroupEntity. public static FieldCompareValuePredicate CompareValue(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for SpecificationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for SpecificationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for SpecificationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for SpecificationEntity. public static FieldCompareValuePredicate CompareValue(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for MeasuringHistoryEntity. public static FieldCompareValuePredicate CompareValue(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for MeasuringHistoryEntity. public static FieldCompareValuePredicate CompareValue(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for MeasuringHistoryEntity. public static FieldCompareValuePredicate CompareValue(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for MeasuringHistoryEntity. public static FieldCompareValuePredicate CompareValue(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareValuePredicate CompareValue(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareValuePredicate CompareValue(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for OwnSetItemEntity. public static FieldCompareValuePredicate CompareValue(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for OwnSetItemEntity. public static FieldCompareValuePredicate CompareValue(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for OwnSetItemEntity. public static FieldCompareValuePredicate CompareValue(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for OwnSetItemEntity. public static FieldCompareValuePredicate CompareValue(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for UnbookedStockMovementEntity. public static FieldCompareValuePredicate CompareValue(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for UnbookedStockMovementEntity. public static FieldCompareValuePredicate CompareValue(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for UnbookedStockMovementEntity. public static FieldCompareValuePredicate CompareValue(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for UnbookedStockMovementEntity. public static FieldCompareValuePredicate CompareValue(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for SectionEntity. public static FieldCompareValuePredicate CompareValue(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for SectionEntity. public static FieldCompareValuePredicate CompareValue(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for SectionEntity. public static FieldCompareValuePredicate CompareValue(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for SectionEntity. public static FieldCompareValuePredicate CompareValue(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for TypeOfBlockingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for TypeOfBlockingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for TypeOfBlockingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for TypeOfBlockingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for TypeOfArticleEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for TypeOfArticleEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for TypeOfArticleEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for TypeOfArticleEntity. public static FieldCompareValuePredicate CompareValue(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for DispatcherMappingEntity. public static FieldCompareValuePredicate CompareValue(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for DispatcherMappingEntity. public static FieldCompareValuePredicate CompareValue(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for DispatcherMappingEntity. public static FieldCompareValuePredicate CompareValue(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for DispatcherMappingEntity. public static FieldCompareValuePredicate CompareValue(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for DispatcherEntity. public static FieldCompareValuePredicate CompareValue(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for DispatcherEntity. public static FieldCompareValuePredicate CompareValue(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for DispatcherEntity. public static FieldCompareValuePredicate CompareValue(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for DispatcherEntity. public static FieldCompareValuePredicate CompareValue(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for StockYardLevelEntity. public static FieldCompareValuePredicate CompareValue(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for StockYardLevelEntity. public static FieldCompareValuePredicate CompareValue(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for StockYardLevelEntity. public static FieldCompareValuePredicate CompareValue(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for StockYardLevelEntity. public static FieldCompareValuePredicate CompareValue(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for StockYardBlockingEntity. public static FieldCompareValuePredicate CompareValue(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for StockYardBlockingEntity. public static FieldCompareValuePredicate CompareValue(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for StockYardBlockingEntity. public static FieldCompareValuePredicate CompareValue(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for StockYardBlockingEntity. public static FieldCompareValuePredicate CompareValue(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for StockEntity. public static FieldCompareValuePredicate CompareValue(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for StockEntity. public static FieldCompareValuePredicate CompareValue(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for StockEntity. public static FieldCompareValuePredicate CompareValue(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for StockEntity. public static FieldCompareValuePredicate CompareValue(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for StockYardReservationEntity. public static FieldCompareValuePredicate CompareValue(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for StockYardReservationEntity. public static FieldCompareValuePredicate CompareValue(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for StockYardReservationEntity. public static FieldCompareValuePredicate CompareValue(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for StockYardReservationEntity. public static FieldCompareValuePredicate CompareValue(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for DispatchUnitNoEntity. public static FieldCompareValuePredicate CompareValue(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for DispatchUnitNoEntity. public static FieldCompareValuePredicate CompareValue(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for DispatchUnitNoEntity. public static FieldCompareValuePredicate CompareValue(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for DispatchUnitNoEntity. public static FieldCompareValuePredicate CompareValue(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for TypeOfBookingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for TypeOfBookingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for TypeOfBookingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for TypeOfBookingEntity. public static FieldCompareValuePredicate CompareValue(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for Section2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for Section2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for Section2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for Section2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareValuePredicate CompareValue(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for TypeOfParcelEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for TypeOfParcelEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for TypeOfParcelEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for TypeOfParcelEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for FloorEntity. public static FieldCompareValuePredicate CompareValue(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for FloorEntity. public static FieldCompareValuePredicate CompareValue(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for FloorEntity. public static FieldCompareValuePredicate CompareValue(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for FloorEntity. public static FieldCompareValuePredicate CompareValue(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for ManualStockMovementEntity. public static FieldCompareValuePredicate CompareValue(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for ManualStockMovementEntity. public static FieldCompareValuePredicate CompareValue(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for ManualStockMovementEntity. public static FieldCompareValuePredicate CompareValue(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for ManualStockMovementEntity. public static FieldCompareValuePredicate CompareValue(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareValuePredicate CompareValue(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareValuePredicate CompareValue(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareValuePredicate CompareValue(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for PickingWaggonEntity. public static FieldCompareValuePredicate CompareValue(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for PickingWaggonEntity. public static FieldCompareValuePredicate CompareValue(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for PickingWaggonEntity. public static FieldCompareValuePredicate CompareValue(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for PickingWaggonEntity. public static FieldCompareValuePredicate CompareValue(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for StockYardEntity. public static FieldCompareValuePredicate CompareValue(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for StockYardEntity. public static FieldCompareValuePredicate CompareValue(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for StockYardEntity. public static FieldCompareValuePredicate CompareValue(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for StockYardEntity. public static FieldCompareValuePredicate CompareValue(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } /// FieldCompareValuePredicate factory for LaneEntity. public static FieldCompareValuePredicate CompareValue(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, object value) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value); } /// FieldCompareValuePredicate factory for LaneEntity. public static FieldCompareValuePredicate CompareValue(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, negate); } /// FieldCompareValuePredicate factory for LaneEntity. public static FieldCompareValuePredicate CompareValue(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias); } /// FieldCompareValuePredicate factory for LaneEntity. public static FieldCompareValuePredicate CompareValue(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, object value, string objectAlias, bool negate) { return new FieldCompareValuePredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, value, objectAlias, negate); } #endregion #region FieldCompareValuePredicate creators (4 per typed view type) #endregion #region FieldCompareNullPredicate creators (4 per entity type) /// FieldCompareNullPredicate factory for SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(SpecificationSchemeFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(SpecificationSchemeFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(SpecificationSchemeFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(SpecificationSchemeFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSupplierFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSupplierFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSupplierFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSupplierFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupCombinationFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupCombinationFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupCombinationFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupCombinationFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LogisticArticleTextEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleTextFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LogisticArticleTextEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleTextFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LogisticArticleTextEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleTextFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LogisticArticleTextEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleTextFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleEanSupplierFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleEanSupplierFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleEanSupplierFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleEanSupplierFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for DirectSaleSectionEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleSectionFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for DirectSaleSectionEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleSectionFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for DirectSaleSectionEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleSectionFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for DirectSaleSectionEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleSectionFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for DirectSaleEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for DirectSaleEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for DirectSaleEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for DirectSaleEntity. public static FieldCompareNullPredicate CompareNull(DirectSaleFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LogisticArticleEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LogisticArticleEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LogisticArticleEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LogisticArticleEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for OperationalSiteEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for OperationalSiteEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for OperationalSiteEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for OperationalSiteEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteCompanyMappingFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteCompanyMappingFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteCompanyMappingFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(OperationalSiteCompanyMappingFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for TypeOfArticleTextEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleTextFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for TypeOfArticleTextEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleTextFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for TypeOfArticleTextEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleTextFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for TypeOfArticleTextEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleTextFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for ShelfTypeEntity. public static FieldCompareNullPredicate CompareNull(ShelfTypeFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for ShelfTypeEntity. public static FieldCompareNullPredicate CompareNull(ShelfTypeFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for ShelfTypeEntity. public static FieldCompareNullPredicate CompareNull(ShelfTypeFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for ShelfTypeEntity. public static FieldCompareNullPredicate CompareNull(ShelfTypeFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for SpecificationGroupEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for SpecificationGroupEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for SpecificationGroupEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for SpecificationGroupEntity. public static FieldCompareNullPredicate CompareNull(SpecificationGroupFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleMaxQuantityFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleMaxQuantityFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleMaxQuantityFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleMaxQuantityFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for SpecificationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for SpecificationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for SpecificationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for SpecificationEntity. public static FieldCompareNullPredicate CompareNull(SpecificationFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for MeasuringHistoryEntity. public static FieldCompareNullPredicate CompareNull(MeasuringHistoryFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for MeasuringHistoryEntity. public static FieldCompareNullPredicate CompareNull(MeasuringHistoryFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for MeasuringHistoryEntity. public static FieldCompareNullPredicate CompareNull(MeasuringHistoryFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for MeasuringHistoryEntity. public static FieldCompareNullPredicate CompareNull(MeasuringHistoryFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSpecificationFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSpecificationFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSpecificationFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleSpecificationFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(Specification2SpecificationSchemeFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(Specification2SpecificationSchemeFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(Specification2SpecificationSchemeFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareNullPredicate CompareNull(Specification2SpecificationSchemeFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleCompanyMappingFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleCompanyMappingFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleCompanyMappingFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareNullPredicate CompareNull(LogisticArticleCompanyMappingFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for OwnSetItemEntity. public static FieldCompareNullPredicate CompareNull(OwnSetItemFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for OwnSetItemEntity. public static FieldCompareNullPredicate CompareNull(OwnSetItemFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for OwnSetItemEntity. public static FieldCompareNullPredicate CompareNull(OwnSetItemFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for OwnSetItemEntity. public static FieldCompareNullPredicate CompareNull(OwnSetItemFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for UnbookedStockMovementEntity. public static FieldCompareNullPredicate CompareNull(UnbookedStockMovementFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for UnbookedStockMovementEntity. public static FieldCompareNullPredicate CompareNull(UnbookedStockMovementFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for UnbookedStockMovementEntity. public static FieldCompareNullPredicate CompareNull(UnbookedStockMovementFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for UnbookedStockMovementEntity. public static FieldCompareNullPredicate CompareNull(UnbookedStockMovementFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for SectionEntity. public static FieldCompareNullPredicate CompareNull(SectionFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for SectionEntity. public static FieldCompareNullPredicate CompareNull(SectionFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for SectionEntity. public static FieldCompareNullPredicate CompareNull(SectionFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for SectionEntity. public static FieldCompareNullPredicate CompareNull(SectionFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for TypeOfBlockingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBlockingFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for TypeOfBlockingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBlockingFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for TypeOfBlockingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBlockingFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for TypeOfBlockingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBlockingFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2TypeOfTransportFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2TypeOfTransportFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(DispatchLineFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(DispatchLineFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(DispatchLineFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(DispatchLineFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for TypeOfArticleEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for TypeOfArticleEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for TypeOfArticleEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for TypeOfArticleEntity. public static FieldCompareNullPredicate CompareNull(TypeOfArticleFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for DispatcherMappingEntity. public static FieldCompareNullPredicate CompareNull(DispatcherMappingFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for DispatcherMappingEntity. public static FieldCompareNullPredicate CompareNull(DispatcherMappingFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for DispatcherMappingEntity. public static FieldCompareNullPredicate CompareNull(DispatcherMappingFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for DispatcherMappingEntity. public static FieldCompareNullPredicate CompareNull(DispatcherMappingFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for DispatcherEntity. public static FieldCompareNullPredicate CompareNull(DispatcherFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for DispatcherEntity. public static FieldCompareNullPredicate CompareNull(DispatcherFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for DispatcherEntity. public static FieldCompareNullPredicate CompareNull(DispatcherFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for DispatcherEntity. public static FieldCompareNullPredicate CompareNull(DispatcherFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for StockYardLevelEntity. public static FieldCompareNullPredicate CompareNull(StockYardLevelFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for StockYardLevelEntity. public static FieldCompareNullPredicate CompareNull(StockYardLevelFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for StockYardLevelEntity. public static FieldCompareNullPredicate CompareNull(StockYardLevelFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for StockYardLevelEntity. public static FieldCompareNullPredicate CompareNull(StockYardLevelFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for StockYardBlockingEntity. public static FieldCompareNullPredicate CompareNull(StockYardBlockingFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for StockYardBlockingEntity. public static FieldCompareNullPredicate CompareNull(StockYardBlockingFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for StockYardBlockingEntity. public static FieldCompareNullPredicate CompareNull(StockYardBlockingFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for StockYardBlockingEntity. public static FieldCompareNullPredicate CompareNull(StockYardBlockingFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(DefaultOrderCompanyFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(DefaultOrderCompanyFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(DefaultOrderCompanyFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(DefaultOrderCompanyFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for StockEntity. public static FieldCompareNullPredicate CompareNull(StockFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for StockEntity. public static FieldCompareNullPredicate CompareNull(StockFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for StockEntity. public static FieldCompareNullPredicate CompareNull(StockFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for StockEntity. public static FieldCompareNullPredicate CompareNull(StockFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for StockYardReservationEntity. public static FieldCompareNullPredicate CompareNull(StockYardReservationFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for StockYardReservationEntity. public static FieldCompareNullPredicate CompareNull(StockYardReservationFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for StockYardReservationEntity. public static FieldCompareNullPredicate CompareNull(StockYardReservationFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for StockYardReservationEntity. public static FieldCompareNullPredicate CompareNull(StockYardReservationFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for DispatchUnitNoEntity. public static FieldCompareNullPredicate CompareNull(DispatchUnitNoFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for DispatchUnitNoEntity. public static FieldCompareNullPredicate CompareNull(DispatchUnitNoFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for DispatchUnitNoEntity. public static FieldCompareNullPredicate CompareNull(DispatchUnitNoFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for DispatchUnitNoEntity. public static FieldCompareNullPredicate CompareNull(DispatchUnitNoFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for TypeOfBookingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBookingFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for TypeOfBookingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBookingFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for TypeOfBookingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBookingFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for TypeOfBookingEntity. public static FieldCompareNullPredicate CompareNull(TypeOfBookingFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for Section2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(Section2DispatchLineFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for Section2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(Section2DispatchLineFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for Section2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(Section2DispatchLineFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for Section2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(Section2DispatchLineFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2CompanyFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2CompanyFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2CompanyFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareNullPredicate CompareNull(Dispatcher2CompanyFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for TypeOfParcelEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcelFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for TypeOfParcelEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcelFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for TypeOfParcelEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcelFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for TypeOfParcelEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcelFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for FloorEntity. public static FieldCompareNullPredicate CompareNull(FloorFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for FloorEntity. public static FieldCompareNullPredicate CompareNull(FloorFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for FloorEntity. public static FieldCompareNullPredicate CompareNull(FloorFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for FloorEntity. public static FieldCompareNullPredicate CompareNull(FloorFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for ManualStockMovementEntity. public static FieldCompareNullPredicate CompareNull(ManualStockMovementFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for ManualStockMovementEntity. public static FieldCompareNullPredicate CompareNull(ManualStockMovementFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for ManualStockMovementEntity. public static FieldCompareNullPredicate CompareNull(ManualStockMovementFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for ManualStockMovementEntity. public static FieldCompareNullPredicate CompareNull(ManualStockMovementFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(AllowedOrderCompanyFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(AllowedOrderCompanyFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(AllowedOrderCompanyFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareNullPredicate CompareNull(AllowedOrderCompanyFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(TypeOfTransportFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(TypeOfTransportFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(TypeOfTransportFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(TypeOfTransportFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareNullPredicate CompareNull(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcel2DispatchLineFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcel2DispatchLineFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcel2DispatchLineFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareNullPredicate CompareNull(TypeOfParcel2DispatchLineFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for PickingWaggonEntity. public static FieldCompareNullPredicate CompareNull(PickingWaggonFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for PickingWaggonEntity. public static FieldCompareNullPredicate CompareNull(PickingWaggonFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for PickingWaggonEntity. public static FieldCompareNullPredicate CompareNull(PickingWaggonFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for PickingWaggonEntity. public static FieldCompareNullPredicate CompareNull(PickingWaggonFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for StockYardEntity. public static FieldCompareNullPredicate CompareNull(StockYardFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for StockYardEntity. public static FieldCompareNullPredicate CompareNull(StockYardFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for StockYardEntity. public static FieldCompareNullPredicate CompareNull(StockYardFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for StockYardEntity. public static FieldCompareNullPredicate CompareNull(StockYardFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } /// FieldCompareNullPredicate factory for LaneEntity. public static FieldCompareNullPredicate CompareNull(LaneFieldIndex indexOfField) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null); } /// FieldCompareNullPredicate factory for LaneEntity. public static FieldCompareNullPredicate CompareNull(LaneFieldIndex indexOfField, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, negate); } /// FieldCompareNullPredicate factory for LaneEntity. public static FieldCompareNullPredicate CompareNull(LaneFieldIndex indexOfField, string objectAlias) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias); } /// FieldCompareNullPredicate factory for LaneEntity. public static FieldCompareNullPredicate CompareNull(LaneFieldIndex indexOfField, string objectAlias, bool negate) { return new FieldCompareNullPredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate); } #endregion #region FieldCompareNullPredicate creators (4 per typed view type) #endregion #region FieldBetweenPredicate creators (4 per entity type) /// FieldBetweenPredicate factory for SpecificationSchemeEntity. public static FieldBetweenPredicate Between(SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for SpecificationSchemeEntity. public static FieldBetweenPredicate Between(SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for SpecificationSchemeEntity. public static FieldBetweenPredicate Between(SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for SpecificationSchemeEntity. public static FieldBetweenPredicate Between(SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LogisticArticleSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleSupplierFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LogisticArticleSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleSupplierFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LogisticArticleSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleSupplierFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LogisticArticleSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleSupplierFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for SpecificationGroupCombinationEntity. public static FieldBetweenPredicate Between(SpecificationGroupCombinationFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for SpecificationGroupCombinationEntity. public static FieldBetweenPredicate Between(SpecificationGroupCombinationFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for SpecificationGroupCombinationEntity. public static FieldBetweenPredicate Between(SpecificationGroupCombinationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for SpecificationGroupCombinationEntity. public static FieldBetweenPredicate Between(SpecificationGroupCombinationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LogisticArticleTextEntity. public static FieldBetweenPredicate Between(LogisticArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LogisticArticleTextEntity. public static FieldBetweenPredicate Between(LogisticArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LogisticArticleTextEntity. public static FieldBetweenPredicate Between(LogisticArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LogisticArticleTextEntity. public static FieldBetweenPredicate Between(LogisticArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LogisticArticleEanSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleEanSupplierFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LogisticArticleEanSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleEanSupplierFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LogisticArticleEanSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleEanSupplierFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LogisticArticleEanSupplierEntity. public static FieldBetweenPredicate Between(LogisticArticleEanSupplierFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for DirectSaleSectionEntity. public static FieldBetweenPredicate Between(DirectSaleSectionFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for DirectSaleSectionEntity. public static FieldBetweenPredicate Between(DirectSaleSectionFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for DirectSaleSectionEntity. public static FieldBetweenPredicate Between(DirectSaleSectionFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for DirectSaleSectionEntity. public static FieldBetweenPredicate Between(DirectSaleSectionFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for DirectSaleEntity. public static FieldBetweenPredicate Between(DirectSaleFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for DirectSaleEntity. public static FieldBetweenPredicate Between(DirectSaleFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for DirectSaleEntity. public static FieldBetweenPredicate Between(DirectSaleFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for DirectSaleEntity. public static FieldBetweenPredicate Between(DirectSaleFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LogisticArticleEntity. public static FieldBetweenPredicate Between(LogisticArticleFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LogisticArticleEntity. public static FieldBetweenPredicate Between(LogisticArticleFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LogisticArticleEntity. public static FieldBetweenPredicate Between(LogisticArticleFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LogisticArticleEntity. public static FieldBetweenPredicate Between(LogisticArticleFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for OperationalSiteEntity. public static FieldBetweenPredicate Between(OperationalSiteFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for OperationalSiteEntity. public static FieldBetweenPredicate Between(OperationalSiteFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for OperationalSiteEntity. public static FieldBetweenPredicate Between(OperationalSiteFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for OperationalSiteEntity. public static FieldBetweenPredicate Between(OperationalSiteFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldBetweenPredicate Between(OperationalSiteCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldBetweenPredicate Between(OperationalSiteCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldBetweenPredicate Between(OperationalSiteCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldBetweenPredicate Between(OperationalSiteCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for TypeOfArticleTextEntity. public static FieldBetweenPredicate Between(TypeOfArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for TypeOfArticleTextEntity. public static FieldBetweenPredicate Between(TypeOfArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for TypeOfArticleTextEntity. public static FieldBetweenPredicate Between(TypeOfArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for TypeOfArticleTextEntity. public static FieldBetweenPredicate Between(TypeOfArticleTextFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for ShelfTypeEntity. public static FieldBetweenPredicate Between(ShelfTypeFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for ShelfTypeEntity. public static FieldBetweenPredicate Between(ShelfTypeFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for ShelfTypeEntity. public static FieldBetweenPredicate Between(ShelfTypeFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for ShelfTypeEntity. public static FieldBetweenPredicate Between(ShelfTypeFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for SpecificationGroupEntity. public static FieldBetweenPredicate Between(SpecificationGroupFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for SpecificationGroupEntity. public static FieldBetweenPredicate Between(SpecificationGroupFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for SpecificationGroupEntity. public static FieldBetweenPredicate Between(SpecificationGroupFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for SpecificationGroupEntity. public static FieldBetweenPredicate Between(SpecificationGroupFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldBetweenPredicate Between(LogisticArticleMaxQuantityFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldBetweenPredicate Between(LogisticArticleMaxQuantityFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldBetweenPredicate Between(LogisticArticleMaxQuantityFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldBetweenPredicate Between(LogisticArticleMaxQuantityFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for SpecificationEntity. public static FieldBetweenPredicate Between(SpecificationFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for SpecificationEntity. public static FieldBetweenPredicate Between(SpecificationFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for SpecificationEntity. public static FieldBetweenPredicate Between(SpecificationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for SpecificationEntity. public static FieldBetweenPredicate Between(SpecificationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for MeasuringHistoryEntity. public static FieldBetweenPredicate Between(MeasuringHistoryFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for MeasuringHistoryEntity. public static FieldBetweenPredicate Between(MeasuringHistoryFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for MeasuringHistoryEntity. public static FieldBetweenPredicate Between(MeasuringHistoryFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for MeasuringHistoryEntity. public static FieldBetweenPredicate Between(MeasuringHistoryFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LogisticArticleSpecificationEntity. public static FieldBetweenPredicate Between(LogisticArticleSpecificationFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LogisticArticleSpecificationEntity. public static FieldBetweenPredicate Between(LogisticArticleSpecificationFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LogisticArticleSpecificationEntity. public static FieldBetweenPredicate Between(LogisticArticleSpecificationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LogisticArticleSpecificationEntity. public static FieldBetweenPredicate Between(LogisticArticleSpecificationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for Specification2SpecificationSchemeEntity. public static FieldBetweenPredicate Between(Specification2SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for Specification2SpecificationSchemeEntity. public static FieldBetweenPredicate Between(Specification2SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for Specification2SpecificationSchemeEntity. public static FieldBetweenPredicate Between(Specification2SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for Specification2SpecificationSchemeEntity. public static FieldBetweenPredicate Between(Specification2SpecificationSchemeFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldBetweenPredicate Between(LogisticArticleCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldBetweenPredicate Between(LogisticArticleCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldBetweenPredicate Between(LogisticArticleCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldBetweenPredicate Between(LogisticArticleCompanyMappingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for OwnSetItemEntity. public static FieldBetweenPredicate Between(OwnSetItemFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for OwnSetItemEntity. public static FieldBetweenPredicate Between(OwnSetItemFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for OwnSetItemEntity. public static FieldBetweenPredicate Between(OwnSetItemFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for OwnSetItemEntity. public static FieldBetweenPredicate Between(OwnSetItemFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for UnbookedStockMovementEntity. public static FieldBetweenPredicate Between(UnbookedStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for UnbookedStockMovementEntity. public static FieldBetweenPredicate Between(UnbookedStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for UnbookedStockMovementEntity. public static FieldBetweenPredicate Between(UnbookedStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for UnbookedStockMovementEntity. public static FieldBetweenPredicate Between(UnbookedStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for SectionEntity. public static FieldBetweenPredicate Between(SectionFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for SectionEntity. public static FieldBetweenPredicate Between(SectionFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for SectionEntity. public static FieldBetweenPredicate Between(SectionFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for SectionEntity. public static FieldBetweenPredicate Between(SectionFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for TypeOfBlockingEntity. public static FieldBetweenPredicate Between(TypeOfBlockingFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for TypeOfBlockingEntity. public static FieldBetweenPredicate Between(TypeOfBlockingFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for TypeOfBlockingEntity. public static FieldBetweenPredicate Between(TypeOfBlockingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for TypeOfBlockingEntity. public static FieldBetweenPredicate Between(TypeOfBlockingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(Dispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(Dispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(Dispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(Dispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for DispatchLineEntity. public static FieldBetweenPredicate Between(DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for DispatchLineEntity. public static FieldBetweenPredicate Between(DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for DispatchLineEntity. public static FieldBetweenPredicate Between(DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for DispatchLineEntity. public static FieldBetweenPredicate Between(DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for TypeOfArticleEntity. public static FieldBetweenPredicate Between(TypeOfArticleFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for TypeOfArticleEntity. public static FieldBetweenPredicate Between(TypeOfArticleFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for TypeOfArticleEntity. public static FieldBetweenPredicate Between(TypeOfArticleFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for TypeOfArticleEntity. public static FieldBetweenPredicate Between(TypeOfArticleFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for DispatcherMappingEntity. public static FieldBetweenPredicate Between(DispatcherMappingFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for DispatcherMappingEntity. public static FieldBetweenPredicate Between(DispatcherMappingFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for DispatcherMappingEntity. public static FieldBetweenPredicate Between(DispatcherMappingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for DispatcherMappingEntity. public static FieldBetweenPredicate Between(DispatcherMappingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for DispatcherEntity. public static FieldBetweenPredicate Between(DispatcherFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for DispatcherEntity. public static FieldBetweenPredicate Between(DispatcherFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for DispatcherEntity. public static FieldBetweenPredicate Between(DispatcherFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for DispatcherEntity. public static FieldBetweenPredicate Between(DispatcherFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for StockYardLevelEntity. public static FieldBetweenPredicate Between(StockYardLevelFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for StockYardLevelEntity. public static FieldBetweenPredicate Between(StockYardLevelFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for StockYardLevelEntity. public static FieldBetweenPredicate Between(StockYardLevelFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for StockYardLevelEntity. public static FieldBetweenPredicate Between(StockYardLevelFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for StockYardBlockingEntity. public static FieldBetweenPredicate Between(StockYardBlockingFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for StockYardBlockingEntity. public static FieldBetweenPredicate Between(StockYardBlockingFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for StockYardBlockingEntity. public static FieldBetweenPredicate Between(StockYardBlockingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for StockYardBlockingEntity. public static FieldBetweenPredicate Between(StockYardBlockingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for DefaultOrderCompanyEntity. public static FieldBetweenPredicate Between(DefaultOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for DefaultOrderCompanyEntity. public static FieldBetweenPredicate Between(DefaultOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for DefaultOrderCompanyEntity. public static FieldBetweenPredicate Between(DefaultOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for DefaultOrderCompanyEntity. public static FieldBetweenPredicate Between(DefaultOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for StockEntity. public static FieldBetweenPredicate Between(StockFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for StockEntity. public static FieldBetweenPredicate Between(StockFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for StockEntity. public static FieldBetweenPredicate Between(StockFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for StockEntity. public static FieldBetweenPredicate Between(StockFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for StockYardReservationEntity. public static FieldBetweenPredicate Between(StockYardReservationFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for StockYardReservationEntity. public static FieldBetweenPredicate Between(StockYardReservationFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for StockYardReservationEntity. public static FieldBetweenPredicate Between(StockYardReservationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for StockYardReservationEntity. public static FieldBetweenPredicate Between(StockYardReservationFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for DispatchUnitNoEntity. public static FieldBetweenPredicate Between(DispatchUnitNoFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for DispatchUnitNoEntity. public static FieldBetweenPredicate Between(DispatchUnitNoFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for DispatchUnitNoEntity. public static FieldBetweenPredicate Between(DispatchUnitNoFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for DispatchUnitNoEntity. public static FieldBetweenPredicate Between(DispatchUnitNoFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for TypeOfBookingEntity. public static FieldBetweenPredicate Between(TypeOfBookingFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for TypeOfBookingEntity. public static FieldBetweenPredicate Between(TypeOfBookingFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for TypeOfBookingEntity. public static FieldBetweenPredicate Between(TypeOfBookingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for TypeOfBookingEntity. public static FieldBetweenPredicate Between(TypeOfBookingFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for Section2DispatchLineEntity. public static FieldBetweenPredicate Between(Section2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for Section2DispatchLineEntity. public static FieldBetweenPredicate Between(Section2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for Section2DispatchLineEntity. public static FieldBetweenPredicate Between(Section2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for Section2DispatchLineEntity. public static FieldBetweenPredicate Between(Section2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for Dispatcher2CompanyEntity. public static FieldBetweenPredicate Between(Dispatcher2CompanyFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for Dispatcher2CompanyEntity. public static FieldBetweenPredicate Between(Dispatcher2CompanyFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for Dispatcher2CompanyEntity. public static FieldBetweenPredicate Between(Dispatcher2CompanyFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for Dispatcher2CompanyEntity. public static FieldBetweenPredicate Between(Dispatcher2CompanyFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for TypeOfParcelEntity. public static FieldBetweenPredicate Between(TypeOfParcelFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for TypeOfParcelEntity. public static FieldBetweenPredicate Between(TypeOfParcelFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for TypeOfParcelEntity. public static FieldBetweenPredicate Between(TypeOfParcelFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for TypeOfParcelEntity. public static FieldBetweenPredicate Between(TypeOfParcelFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for FloorEntity. public static FieldBetweenPredicate Between(FloorFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for FloorEntity. public static FieldBetweenPredicate Between(FloorFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for FloorEntity. public static FieldBetweenPredicate Between(FloorFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for FloorEntity. public static FieldBetweenPredicate Between(FloorFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for ManualStockMovementEntity. public static FieldBetweenPredicate Between(ManualStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for ManualStockMovementEntity. public static FieldBetweenPredicate Between(ManualStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for ManualStockMovementEntity. public static FieldBetweenPredicate Between(ManualStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for ManualStockMovementEntity. public static FieldBetweenPredicate Between(ManualStockMovementFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for AllowedOrderCompanyEntity. public static FieldBetweenPredicate Between(AllowedOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for AllowedOrderCompanyEntity. public static FieldBetweenPredicate Between(AllowedOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for AllowedOrderCompanyEntity. public static FieldBetweenPredicate Between(AllowedOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for AllowedOrderCompanyEntity. public static FieldBetweenPredicate Between(AllowedOrderCompanyFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for TypeOfTransportEntity. public static FieldBetweenPredicate Between(TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for TypeOfTransportEntity. public static FieldBetweenPredicate Between(TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for TypeOfTransportEntity. public static FieldBetweenPredicate Between(TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for TypeOfTransportEntity. public static FieldBetweenPredicate Between(TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldBetweenPredicate Between(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldBetweenPredicate Between(TypeOfParcel2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldBetweenPredicate Between(TypeOfParcel2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldBetweenPredicate Between(TypeOfParcel2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldBetweenPredicate Between(TypeOfParcel2DispatchLineFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for PickingWaggonEntity. public static FieldBetweenPredicate Between(PickingWaggonFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for PickingWaggonEntity. public static FieldBetweenPredicate Between(PickingWaggonFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for PickingWaggonEntity. public static FieldBetweenPredicate Between(PickingWaggonFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for PickingWaggonEntity. public static FieldBetweenPredicate Between(PickingWaggonFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for StockYardEntity. public static FieldBetweenPredicate Between(StockYardFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for StockYardEntity. public static FieldBetweenPredicate Between(StockYardFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for StockYardEntity. public static FieldBetweenPredicate Between(StockYardFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for StockYardEntity. public static FieldBetweenPredicate Between(StockYardFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } /// FieldBetweenPredicate factory for LaneEntity. public static FieldBetweenPredicate Between(LaneFieldIndex indexOfField, object valueBegin, object valueEnd) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd); } /// FieldBetweenPredicate factory for LaneEntity. public static FieldBetweenPredicate Between(LaneFieldIndex indexOfField, object valueBegin, object valueEnd, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, negate); } /// FieldBetweenPredicate factory for LaneEntity. public static FieldBetweenPredicate Between(LaneFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias); } /// FieldBetweenPredicate factory for LaneEntity. public static FieldBetweenPredicate Between(LaneFieldIndex indexOfField, object valueBegin, object valueEnd, string objectAlias, bool negate) { return new FieldBetweenPredicate(EntityFieldFactory.Create(indexOfField), null, valueBegin, valueEnd, objectAlias, negate); } #endregion #region FieldBetweenPredicate creators (4 per typed view type) #endregion #region FieldLikePredicate creators (4 per entity type) /// FieldLikePredicate factory for SpecificationSchemeEntity. public static FieldLikePredicate Like(SpecificationSchemeFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for SpecificationSchemeEntity. public static FieldLikePredicate Like(SpecificationSchemeFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for SpecificationSchemeEntity. public static FieldLikePredicate Like(SpecificationSchemeFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for SpecificationSchemeEntity. public static FieldLikePredicate Like(SpecificationSchemeFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleSupplierEntity. public static FieldLikePredicate Like(LogisticArticleSupplierFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LogisticArticleSupplierEntity. public static FieldLikePredicate Like(LogisticArticleSupplierFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleSupplierEntity. public static FieldLikePredicate Like(LogisticArticleSupplierFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LogisticArticleSupplierEntity. public static FieldLikePredicate Like(LogisticArticleSupplierFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for SpecificationGroupCombinationEntity. public static FieldLikePredicate Like(SpecificationGroupCombinationFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for SpecificationGroupCombinationEntity. public static FieldLikePredicate Like(SpecificationGroupCombinationFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for SpecificationGroupCombinationEntity. public static FieldLikePredicate Like(SpecificationGroupCombinationFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for SpecificationGroupCombinationEntity. public static FieldLikePredicate Like(SpecificationGroupCombinationFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleTextEntity. public static FieldLikePredicate Like(LogisticArticleTextFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LogisticArticleTextEntity. public static FieldLikePredicate Like(LogisticArticleTextFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleTextEntity. public static FieldLikePredicate Like(LogisticArticleTextFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LogisticArticleTextEntity. public static FieldLikePredicate Like(LogisticArticleTextFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleEanSupplierEntity. public static FieldLikePredicate Like(LogisticArticleEanSupplierFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LogisticArticleEanSupplierEntity. public static FieldLikePredicate Like(LogisticArticleEanSupplierFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleEanSupplierEntity. public static FieldLikePredicate Like(LogisticArticleEanSupplierFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LogisticArticleEanSupplierEntity. public static FieldLikePredicate Like(LogisticArticleEanSupplierFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for DirectSaleSectionEntity. public static FieldLikePredicate Like(DirectSaleSectionFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for DirectSaleSectionEntity. public static FieldLikePredicate Like(DirectSaleSectionFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for DirectSaleSectionEntity. public static FieldLikePredicate Like(DirectSaleSectionFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for DirectSaleSectionEntity. public static FieldLikePredicate Like(DirectSaleSectionFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for DirectSaleEntity. public static FieldLikePredicate Like(DirectSaleFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for DirectSaleEntity. public static FieldLikePredicate Like(DirectSaleFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for DirectSaleEntity. public static FieldLikePredicate Like(DirectSaleFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for DirectSaleEntity. public static FieldLikePredicate Like(DirectSaleFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleEntity. public static FieldLikePredicate Like(LogisticArticleFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LogisticArticleEntity. public static FieldLikePredicate Like(LogisticArticleFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleEntity. public static FieldLikePredicate Like(LogisticArticleFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LogisticArticleEntity. public static FieldLikePredicate Like(LogisticArticleFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for OperationalSiteEntity. public static FieldLikePredicate Like(OperationalSiteFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for OperationalSiteEntity. public static FieldLikePredicate Like(OperationalSiteFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for OperationalSiteEntity. public static FieldLikePredicate Like(OperationalSiteFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for OperationalSiteEntity. public static FieldLikePredicate Like(OperationalSiteFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldLikePredicate Like(OperationalSiteCompanyMappingFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldLikePredicate Like(OperationalSiteCompanyMappingFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldLikePredicate Like(OperationalSiteCompanyMappingFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldLikePredicate Like(OperationalSiteCompanyMappingFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for TypeOfArticleTextEntity. public static FieldLikePredicate Like(TypeOfArticleTextFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for TypeOfArticleTextEntity. public static FieldLikePredicate Like(TypeOfArticleTextFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for TypeOfArticleTextEntity. public static FieldLikePredicate Like(TypeOfArticleTextFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for TypeOfArticleTextEntity. public static FieldLikePredicate Like(TypeOfArticleTextFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for ShelfTypeEntity. public static FieldLikePredicate Like(ShelfTypeFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for ShelfTypeEntity. public static FieldLikePredicate Like(ShelfTypeFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for ShelfTypeEntity. public static FieldLikePredicate Like(ShelfTypeFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for ShelfTypeEntity. public static FieldLikePredicate Like(ShelfTypeFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for SpecificationGroupEntity. public static FieldLikePredicate Like(SpecificationGroupFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for SpecificationGroupEntity. public static FieldLikePredicate Like(SpecificationGroupFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for SpecificationGroupEntity. public static FieldLikePredicate Like(SpecificationGroupFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for SpecificationGroupEntity. public static FieldLikePredicate Like(SpecificationGroupFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldLikePredicate Like(LogisticArticleMaxQuantityFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldLikePredicate Like(LogisticArticleMaxQuantityFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldLikePredicate Like(LogisticArticleMaxQuantityFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldLikePredicate Like(LogisticArticleMaxQuantityFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for SpecificationEntity. public static FieldLikePredicate Like(SpecificationFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for SpecificationEntity. public static FieldLikePredicate Like(SpecificationFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for SpecificationEntity. public static FieldLikePredicate Like(SpecificationFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for SpecificationEntity. public static FieldLikePredicate Like(SpecificationFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for MeasuringHistoryEntity. public static FieldLikePredicate Like(MeasuringHistoryFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for MeasuringHistoryEntity. public static FieldLikePredicate Like(MeasuringHistoryFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for MeasuringHistoryEntity. public static FieldLikePredicate Like(MeasuringHistoryFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for MeasuringHistoryEntity. public static FieldLikePredicate Like(MeasuringHistoryFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleSpecificationEntity. public static FieldLikePredicate Like(LogisticArticleSpecificationFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LogisticArticleSpecificationEntity. public static FieldLikePredicate Like(LogisticArticleSpecificationFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleSpecificationEntity. public static FieldLikePredicate Like(LogisticArticleSpecificationFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LogisticArticleSpecificationEntity. public static FieldLikePredicate Like(LogisticArticleSpecificationFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for Specification2SpecificationSchemeEntity. public static FieldLikePredicate Like(Specification2SpecificationSchemeFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for Specification2SpecificationSchemeEntity. public static FieldLikePredicate Like(Specification2SpecificationSchemeFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for Specification2SpecificationSchemeEntity. public static FieldLikePredicate Like(Specification2SpecificationSchemeFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for Specification2SpecificationSchemeEntity. public static FieldLikePredicate Like(Specification2SpecificationSchemeFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldLikePredicate Like(LogisticArticleCompanyMappingFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldLikePredicate Like(LogisticArticleCompanyMappingFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldLikePredicate Like(LogisticArticleCompanyMappingFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldLikePredicate Like(LogisticArticleCompanyMappingFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for OwnSetItemEntity. public static FieldLikePredicate Like(OwnSetItemFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for OwnSetItemEntity. public static FieldLikePredicate Like(OwnSetItemFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for OwnSetItemEntity. public static FieldLikePredicate Like(OwnSetItemFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for OwnSetItemEntity. public static FieldLikePredicate Like(OwnSetItemFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for UnbookedStockMovementEntity. public static FieldLikePredicate Like(UnbookedStockMovementFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for UnbookedStockMovementEntity. public static FieldLikePredicate Like(UnbookedStockMovementFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for UnbookedStockMovementEntity. public static FieldLikePredicate Like(UnbookedStockMovementFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for UnbookedStockMovementEntity. public static FieldLikePredicate Like(UnbookedStockMovementFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for SectionEntity. public static FieldLikePredicate Like(SectionFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for SectionEntity. public static FieldLikePredicate Like(SectionFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for SectionEntity. public static FieldLikePredicate Like(SectionFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for SectionEntity. public static FieldLikePredicate Like(SectionFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for TypeOfBlockingEntity. public static FieldLikePredicate Like(TypeOfBlockingFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for TypeOfBlockingEntity. public static FieldLikePredicate Like(TypeOfBlockingFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for TypeOfBlockingEntity. public static FieldLikePredicate Like(TypeOfBlockingFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for TypeOfBlockingEntity. public static FieldLikePredicate Like(TypeOfBlockingFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(Dispatcher2TypeOfTransportFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(Dispatcher2TypeOfTransportFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(Dispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(Dispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for DispatchLineEntity. public static FieldLikePredicate Like(DispatchLineFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for DispatchLineEntity. public static FieldLikePredicate Like(DispatchLineFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for DispatchLineEntity. public static FieldLikePredicate Like(DispatchLineFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for DispatchLineEntity. public static FieldLikePredicate Like(DispatchLineFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for TypeOfArticleEntity. public static FieldLikePredicate Like(TypeOfArticleFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for TypeOfArticleEntity. public static FieldLikePredicate Like(TypeOfArticleFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for TypeOfArticleEntity. public static FieldLikePredicate Like(TypeOfArticleFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for TypeOfArticleEntity. public static FieldLikePredicate Like(TypeOfArticleFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for DispatcherMappingEntity. public static FieldLikePredicate Like(DispatcherMappingFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for DispatcherMappingEntity. public static FieldLikePredicate Like(DispatcherMappingFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for DispatcherMappingEntity. public static FieldLikePredicate Like(DispatcherMappingFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for DispatcherMappingEntity. public static FieldLikePredicate Like(DispatcherMappingFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for DispatcherEntity. public static FieldLikePredicate Like(DispatcherFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for DispatcherEntity. public static FieldLikePredicate Like(DispatcherFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for DispatcherEntity. public static FieldLikePredicate Like(DispatcherFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for DispatcherEntity. public static FieldLikePredicate Like(DispatcherFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for StockYardLevelEntity. public static FieldLikePredicate Like(StockYardLevelFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for StockYardLevelEntity. public static FieldLikePredicate Like(StockYardLevelFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for StockYardLevelEntity. public static FieldLikePredicate Like(StockYardLevelFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for StockYardLevelEntity. public static FieldLikePredicate Like(StockYardLevelFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for StockYardBlockingEntity. public static FieldLikePredicate Like(StockYardBlockingFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for StockYardBlockingEntity. public static FieldLikePredicate Like(StockYardBlockingFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for StockYardBlockingEntity. public static FieldLikePredicate Like(StockYardBlockingFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for StockYardBlockingEntity. public static FieldLikePredicate Like(StockYardBlockingFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for DefaultOrderCompanyEntity. public static FieldLikePredicate Like(DefaultOrderCompanyFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for DefaultOrderCompanyEntity. public static FieldLikePredicate Like(DefaultOrderCompanyFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for DefaultOrderCompanyEntity. public static FieldLikePredicate Like(DefaultOrderCompanyFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for DefaultOrderCompanyEntity. public static FieldLikePredicate Like(DefaultOrderCompanyFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for StockEntity. public static FieldLikePredicate Like(StockFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for StockEntity. public static FieldLikePredicate Like(StockFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for StockEntity. public static FieldLikePredicate Like(StockFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for StockEntity. public static FieldLikePredicate Like(StockFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for StockYardReservationEntity. public static FieldLikePredicate Like(StockYardReservationFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for StockYardReservationEntity. public static FieldLikePredicate Like(StockYardReservationFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for StockYardReservationEntity. public static FieldLikePredicate Like(StockYardReservationFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for StockYardReservationEntity. public static FieldLikePredicate Like(StockYardReservationFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for DispatchUnitNoEntity. public static FieldLikePredicate Like(DispatchUnitNoFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for DispatchUnitNoEntity. public static FieldLikePredicate Like(DispatchUnitNoFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for DispatchUnitNoEntity. public static FieldLikePredicate Like(DispatchUnitNoFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for DispatchUnitNoEntity. public static FieldLikePredicate Like(DispatchUnitNoFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for TypeOfBookingEntity. public static FieldLikePredicate Like(TypeOfBookingFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for TypeOfBookingEntity. public static FieldLikePredicate Like(TypeOfBookingFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for TypeOfBookingEntity. public static FieldLikePredicate Like(TypeOfBookingFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for TypeOfBookingEntity. public static FieldLikePredicate Like(TypeOfBookingFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for Section2DispatchLineEntity. public static FieldLikePredicate Like(Section2DispatchLineFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for Section2DispatchLineEntity. public static FieldLikePredicate Like(Section2DispatchLineFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for Section2DispatchLineEntity. public static FieldLikePredicate Like(Section2DispatchLineFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for Section2DispatchLineEntity. public static FieldLikePredicate Like(Section2DispatchLineFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for Dispatcher2CompanyEntity. public static FieldLikePredicate Like(Dispatcher2CompanyFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for Dispatcher2CompanyEntity. public static FieldLikePredicate Like(Dispatcher2CompanyFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for Dispatcher2CompanyEntity. public static FieldLikePredicate Like(Dispatcher2CompanyFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for Dispatcher2CompanyEntity. public static FieldLikePredicate Like(Dispatcher2CompanyFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for TypeOfParcelEntity. public static FieldLikePredicate Like(TypeOfParcelFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for TypeOfParcelEntity. public static FieldLikePredicate Like(TypeOfParcelFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for TypeOfParcelEntity. public static FieldLikePredicate Like(TypeOfParcelFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for TypeOfParcelEntity. public static FieldLikePredicate Like(TypeOfParcelFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for FloorEntity. public static FieldLikePredicate Like(FloorFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for FloorEntity. public static FieldLikePredicate Like(FloorFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for FloorEntity. public static FieldLikePredicate Like(FloorFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for FloorEntity. public static FieldLikePredicate Like(FloorFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for ManualStockMovementEntity. public static FieldLikePredicate Like(ManualStockMovementFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for ManualStockMovementEntity. public static FieldLikePredicate Like(ManualStockMovementFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for ManualStockMovementEntity. public static FieldLikePredicate Like(ManualStockMovementFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for ManualStockMovementEntity. public static FieldLikePredicate Like(ManualStockMovementFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for AllowedOrderCompanyEntity. public static FieldLikePredicate Like(AllowedOrderCompanyFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for AllowedOrderCompanyEntity. public static FieldLikePredicate Like(AllowedOrderCompanyFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for AllowedOrderCompanyEntity. public static FieldLikePredicate Like(AllowedOrderCompanyFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for AllowedOrderCompanyEntity. public static FieldLikePredicate Like(AllowedOrderCompanyFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for TypeOfTransportEntity. public static FieldLikePredicate Like(TypeOfTransportFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for TypeOfTransportEntity. public static FieldLikePredicate Like(TypeOfTransportFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for TypeOfTransportEntity. public static FieldLikePredicate Like(TypeOfTransportFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for TypeOfTransportEntity. public static FieldLikePredicate Like(TypeOfTransportFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldLikePredicate Like(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldLikePredicate Like(TypeOfParcel2DispatchLineFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldLikePredicate Like(TypeOfParcel2DispatchLineFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldLikePredicate Like(TypeOfParcel2DispatchLineFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldLikePredicate Like(TypeOfParcel2DispatchLineFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for PickingWaggonEntity. public static FieldLikePredicate Like(PickingWaggonFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for PickingWaggonEntity. public static FieldLikePredicate Like(PickingWaggonFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for PickingWaggonEntity. public static FieldLikePredicate Like(PickingWaggonFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for PickingWaggonEntity. public static FieldLikePredicate Like(PickingWaggonFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for StockYardEntity. public static FieldLikePredicate Like(StockYardFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for StockYardEntity. public static FieldLikePredicate Like(StockYardFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for StockYardEntity. public static FieldLikePredicate Like(StockYardFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for StockYardEntity. public static FieldLikePredicate Like(StockYardFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } /// FieldLikePredicate factory for LaneEntity. public static FieldLikePredicate Like(LaneFieldIndex indexOfField, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern); } /// FieldLikePredicate factory for LaneEntity. public static FieldLikePredicate Like(LaneFieldIndex indexOfField, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, pattern, negate); } /// FieldLikePredicate factory for LaneEntity. public static FieldLikePredicate Like(LaneFieldIndex indexOfField, string objectAlias, string pattern) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern); } /// FieldLikePredicate factory for LaneEntity. public static FieldLikePredicate Like(LaneFieldIndex indexOfField, string objectAlias, string pattern, bool negate) { return new FieldLikePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, pattern, negate); } #endregion #region FieldLikePredicate creators (4 per typed view type) #endregion #region FieldCompareRangePredicate creators (4 per entity type) /// FieldCompareRangePredicate factory for SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(SpecificationSchemeFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(SpecificationSchemeFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(SpecificationSchemeFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(SpecificationSchemeFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSupplierFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSupplierFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSupplierFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LogisticArticleSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSupplierFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupCombinationFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupCombinationFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupCombinationFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupCombinationFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleTextEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleTextFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LogisticArticleTextEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleTextFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleTextEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleTextFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LogisticArticleTextEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleTextFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleEanSupplierFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleEanSupplierFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleEanSupplierFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleEanSupplierFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for DirectSaleSectionEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleSectionFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for DirectSaleSectionEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleSectionFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for DirectSaleSectionEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleSectionFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for DirectSaleSectionEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleSectionFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for DirectSaleEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for DirectSaleEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for DirectSaleEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for DirectSaleEntity. public static FieldCompareRangePredicate CompareRange(DirectSaleFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LogisticArticleEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LogisticArticleEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for OperationalSiteEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for OperationalSiteEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for OperationalSiteEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for OperationalSiteEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteCompanyMappingFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteCompanyMappingFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteCompanyMappingFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(OperationalSiteCompanyMappingFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for TypeOfArticleTextEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleTextFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for TypeOfArticleTextEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleTextFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for TypeOfArticleTextEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleTextFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for TypeOfArticleTextEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleTextFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for ShelfTypeEntity. public static FieldCompareRangePredicate CompareRange(ShelfTypeFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for ShelfTypeEntity. public static FieldCompareRangePredicate CompareRange(ShelfTypeFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for ShelfTypeEntity. public static FieldCompareRangePredicate CompareRange(ShelfTypeFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for ShelfTypeEntity. public static FieldCompareRangePredicate CompareRange(ShelfTypeFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for SpecificationGroupEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for SpecificationGroupEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for SpecificationGroupEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for SpecificationGroupEntity. public static FieldCompareRangePredicate CompareRange(SpecificationGroupFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleMaxQuantityFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleMaxQuantityFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleMaxQuantityFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleMaxQuantityFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for SpecificationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for SpecificationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for SpecificationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for SpecificationEntity. public static FieldCompareRangePredicate CompareRange(SpecificationFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for MeasuringHistoryEntity. public static FieldCompareRangePredicate CompareRange(MeasuringHistoryFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for MeasuringHistoryEntity. public static FieldCompareRangePredicate CompareRange(MeasuringHistoryFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for MeasuringHistoryEntity. public static FieldCompareRangePredicate CompareRange(MeasuringHistoryFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for MeasuringHistoryEntity. public static FieldCompareRangePredicate CompareRange(MeasuringHistoryFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSpecificationFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSpecificationFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSpecificationFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleSpecificationFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(Specification2SpecificationSchemeFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(Specification2SpecificationSchemeFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(Specification2SpecificationSchemeFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareRangePredicate CompareRange(Specification2SpecificationSchemeFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleCompanyMappingFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleCompanyMappingFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleCompanyMappingFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareRangePredicate CompareRange(LogisticArticleCompanyMappingFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for OwnSetItemEntity. public static FieldCompareRangePredicate CompareRange(OwnSetItemFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for OwnSetItemEntity. public static FieldCompareRangePredicate CompareRange(OwnSetItemFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for OwnSetItemEntity. public static FieldCompareRangePredicate CompareRange(OwnSetItemFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for OwnSetItemEntity. public static FieldCompareRangePredicate CompareRange(OwnSetItemFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for UnbookedStockMovementEntity. public static FieldCompareRangePredicate CompareRange(UnbookedStockMovementFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for UnbookedStockMovementEntity. public static FieldCompareRangePredicate CompareRange(UnbookedStockMovementFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for UnbookedStockMovementEntity. public static FieldCompareRangePredicate CompareRange(UnbookedStockMovementFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for UnbookedStockMovementEntity. public static FieldCompareRangePredicate CompareRange(UnbookedStockMovementFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for SectionEntity. public static FieldCompareRangePredicate CompareRange(SectionFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for SectionEntity. public static FieldCompareRangePredicate CompareRange(SectionFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for SectionEntity. public static FieldCompareRangePredicate CompareRange(SectionFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for SectionEntity. public static FieldCompareRangePredicate CompareRange(SectionFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for TypeOfBlockingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBlockingFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for TypeOfBlockingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBlockingFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for TypeOfBlockingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBlockingFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for TypeOfBlockingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBlockingFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2TypeOfTransportFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2TypeOfTransportFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(DispatchLineFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(DispatchLineFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(DispatchLineFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(DispatchLineFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for TypeOfArticleEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for TypeOfArticleEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for TypeOfArticleEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for TypeOfArticleEntity. public static FieldCompareRangePredicate CompareRange(TypeOfArticleFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for DispatcherMappingEntity. public static FieldCompareRangePredicate CompareRange(DispatcherMappingFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for DispatcherMappingEntity. public static FieldCompareRangePredicate CompareRange(DispatcherMappingFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for DispatcherMappingEntity. public static FieldCompareRangePredicate CompareRange(DispatcherMappingFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for DispatcherMappingEntity. public static FieldCompareRangePredicate CompareRange(DispatcherMappingFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for DispatcherEntity. public static FieldCompareRangePredicate CompareRange(DispatcherFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for DispatcherEntity. public static FieldCompareRangePredicate CompareRange(DispatcherFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for DispatcherEntity. public static FieldCompareRangePredicate CompareRange(DispatcherFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for DispatcherEntity. public static FieldCompareRangePredicate CompareRange(DispatcherFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for StockYardLevelEntity. public static FieldCompareRangePredicate CompareRange(StockYardLevelFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for StockYardLevelEntity. public static FieldCompareRangePredicate CompareRange(StockYardLevelFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for StockYardLevelEntity. public static FieldCompareRangePredicate CompareRange(StockYardLevelFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for StockYardLevelEntity. public static FieldCompareRangePredicate CompareRange(StockYardLevelFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for StockYardBlockingEntity. public static FieldCompareRangePredicate CompareRange(StockYardBlockingFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for StockYardBlockingEntity. public static FieldCompareRangePredicate CompareRange(StockYardBlockingFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for StockYardBlockingEntity. public static FieldCompareRangePredicate CompareRange(StockYardBlockingFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for StockYardBlockingEntity. public static FieldCompareRangePredicate CompareRange(StockYardBlockingFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(DefaultOrderCompanyFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(DefaultOrderCompanyFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(DefaultOrderCompanyFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for DefaultOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(DefaultOrderCompanyFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for StockEntity. public static FieldCompareRangePredicate CompareRange(StockFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for StockEntity. public static FieldCompareRangePredicate CompareRange(StockFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for StockEntity. public static FieldCompareRangePredicate CompareRange(StockFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for StockEntity. public static FieldCompareRangePredicate CompareRange(StockFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for StockYardReservationEntity. public static FieldCompareRangePredicate CompareRange(StockYardReservationFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for StockYardReservationEntity. public static FieldCompareRangePredicate CompareRange(StockYardReservationFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for StockYardReservationEntity. public static FieldCompareRangePredicate CompareRange(StockYardReservationFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for StockYardReservationEntity. public static FieldCompareRangePredicate CompareRange(StockYardReservationFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for DispatchUnitNoEntity. public static FieldCompareRangePredicate CompareRange(DispatchUnitNoFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for DispatchUnitNoEntity. public static FieldCompareRangePredicate CompareRange(DispatchUnitNoFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for DispatchUnitNoEntity. public static FieldCompareRangePredicate CompareRange(DispatchUnitNoFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for DispatchUnitNoEntity. public static FieldCompareRangePredicate CompareRange(DispatchUnitNoFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for TypeOfBookingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBookingFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for TypeOfBookingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBookingFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for TypeOfBookingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBookingFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for TypeOfBookingEntity. public static FieldCompareRangePredicate CompareRange(TypeOfBookingFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for Section2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(Section2DispatchLineFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for Section2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(Section2DispatchLineFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for Section2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(Section2DispatchLineFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for Section2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(Section2DispatchLineFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2CompanyFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2CompanyFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2CompanyFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for Dispatcher2CompanyEntity. public static FieldCompareRangePredicate CompareRange(Dispatcher2CompanyFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for TypeOfParcelEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcelFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for TypeOfParcelEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcelFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for TypeOfParcelEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcelFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for TypeOfParcelEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcelFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for FloorEntity. public static FieldCompareRangePredicate CompareRange(FloorFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for FloorEntity. public static FieldCompareRangePredicate CompareRange(FloorFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for FloorEntity. public static FieldCompareRangePredicate CompareRange(FloorFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for FloorEntity. public static FieldCompareRangePredicate CompareRange(FloorFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for ManualStockMovementEntity. public static FieldCompareRangePredicate CompareRange(ManualStockMovementFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for ManualStockMovementEntity. public static FieldCompareRangePredicate CompareRange(ManualStockMovementFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for ManualStockMovementEntity. public static FieldCompareRangePredicate CompareRange(ManualStockMovementFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for ManualStockMovementEntity. public static FieldCompareRangePredicate CompareRange(ManualStockMovementFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(AllowedOrderCompanyFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(AllowedOrderCompanyFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(AllowedOrderCompanyFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for AllowedOrderCompanyEntity. public static FieldCompareRangePredicate CompareRange(AllowedOrderCompanyFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(TypeOfTransportFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(TypeOfTransportFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(TypeOfTransportFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(TypeOfTransportFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareRangePredicate CompareRange(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcel2DispatchLineFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcel2DispatchLineFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcel2DispatchLineFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareRangePredicate CompareRange(TypeOfParcel2DispatchLineFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for PickingWaggonEntity. public static FieldCompareRangePredicate CompareRange(PickingWaggonFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for PickingWaggonEntity. public static FieldCompareRangePredicate CompareRange(PickingWaggonFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for PickingWaggonEntity. public static FieldCompareRangePredicate CompareRange(PickingWaggonFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for PickingWaggonEntity. public static FieldCompareRangePredicate CompareRange(PickingWaggonFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for StockYardEntity. public static FieldCompareRangePredicate CompareRange(StockYardFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for StockYardEntity. public static FieldCompareRangePredicate CompareRange(StockYardFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for StockYardEntity. public static FieldCompareRangePredicate CompareRange(StockYardFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for StockYardEntity. public static FieldCompareRangePredicate CompareRange(StockYardFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } /// FieldCompareRangePredicate factory for LaneEntity. public static FieldCompareRangePredicate CompareRange(LaneFieldIndex indexOfField, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, values); } /// FieldCompareRangePredicate factory for LaneEntity. public static FieldCompareRangePredicate CompareRange(LaneFieldIndex indexOfField, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, negate, values); } /// FieldCompareRangePredicate factory for LaneEntity. public static FieldCompareRangePredicate CompareRange(LaneFieldIndex indexOfField, string objectAlias, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, values); } /// FieldCompareRangePredicate factory for LaneEntity. public static FieldCompareRangePredicate CompareRange(LaneFieldIndex indexOfField, string objectAlias, bool negate, params object[] values) { return new FieldCompareRangePredicate(EntityFieldFactory.Create(indexOfField), null, objectAlias, negate, values); } #endregion #region FieldCompareRangePredicate creators (4 per typed view type) #endregion #region FieldCompareExpressionPredicate creators (4 per entity type) /// FieldCompareExpressionPredicate factory for SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LogisticArticleSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for SpecificationGroupCombinationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupCombinationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LogisticArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LogisticArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LogisticArticleEanSupplierEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleEanSupplierFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for DirectSaleSectionEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for DirectSaleSectionEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for DirectSaleSectionEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for DirectSaleSectionEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleSectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for DirectSaleEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for DirectSaleEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for DirectSaleEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for DirectSaleEntity. public static FieldCompareExpressionPredicate CompareExpression(DirectSaleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LogisticArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LogisticArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for OperationalSiteEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for OperationalSiteEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for OperationalSiteEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for OperationalSiteEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for OperationalSiteCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(OperationalSiteCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for TypeOfArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for TypeOfArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for TypeOfArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for TypeOfArticleTextEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleTextFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for ShelfTypeEntity. public static FieldCompareExpressionPredicate CompareExpression(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for ShelfTypeEntity. public static FieldCompareExpressionPredicate CompareExpression(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for ShelfTypeEntity. public static FieldCompareExpressionPredicate CompareExpression(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for ShelfTypeEntity. public static FieldCompareExpressionPredicate CompareExpression(ShelfTypeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for SpecificationGroupEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for SpecificationGroupEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for SpecificationGroupEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for SpecificationGroupEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationGroupFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LogisticArticleMaxQuantityEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleMaxQuantityFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for SpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for SpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for SpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for SpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(SpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for MeasuringHistoryEntity. public static FieldCompareExpressionPredicate CompareExpression(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for MeasuringHistoryEntity. public static FieldCompareExpressionPredicate CompareExpression(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for MeasuringHistoryEntity. public static FieldCompareExpressionPredicate CompareExpression(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for MeasuringHistoryEntity. public static FieldCompareExpressionPredicate CompareExpression(MeasuringHistoryFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LogisticArticleSpecificationEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleSpecificationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for Specification2SpecificationSchemeEntity. public static FieldCompareExpressionPredicate CompareExpression(Specification2SpecificationSchemeFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LogisticArticleCompanyMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(LogisticArticleCompanyMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for OwnSetItemEntity. public static FieldCompareExpressionPredicate CompareExpression(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for OwnSetItemEntity. public static FieldCompareExpressionPredicate CompareExpression(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for OwnSetItemEntity. public static FieldCompareExpressionPredicate CompareExpression(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for OwnSetItemEntity. public static FieldCompareExpressionPredicate CompareExpression(OwnSetItemFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for UnbookedStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for UnbookedStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for UnbookedStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for UnbookedStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(UnbookedStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for SectionEntity. public static FieldCompareExpressionPredicate CompareExpression(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for SectionEntity. public static FieldCompareExpressionPredicate CompareExpression(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for SectionEntity. public static FieldCompareExpressionPredicate CompareExpression(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for SectionEntity. public static FieldCompareExpressionPredicate CompareExpression(SectionFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for TypeOfBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for TypeOfBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for TypeOfBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for TypeOfBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for Dispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for TypeOfArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for TypeOfArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for TypeOfArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for TypeOfArticleEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfArticleFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for DispatcherMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for DispatcherMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for DispatcherMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for DispatcherMappingEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherMappingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for DispatcherEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for DispatcherEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for DispatcherEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for DispatcherEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatcherFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for StockYardLevelEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for StockYardLevelEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for StockYardLevelEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for StockYardLevelEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardLevelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for StockYardBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for StockYardBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for StockYardBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for StockYardBlockingEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardBlockingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for DefaultOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(DefaultOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for StockEntity. public static FieldCompareExpressionPredicate CompareExpression(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for StockEntity. public static FieldCompareExpressionPredicate CompareExpression(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for StockEntity. public static FieldCompareExpressionPredicate CompareExpression(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for StockEntity. public static FieldCompareExpressionPredicate CompareExpression(StockFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for StockYardReservationEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for StockYardReservationEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for StockYardReservationEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for StockYardReservationEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardReservationFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for DispatchUnitNoEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for DispatchUnitNoEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for DispatchUnitNoEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for DispatchUnitNoEntity. public static FieldCompareExpressionPredicate CompareExpression(DispatchUnitNoFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for TypeOfBookingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for TypeOfBookingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for TypeOfBookingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for TypeOfBookingEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfBookingFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for Section2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for Section2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for Section2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for Section2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(Section2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for Dispatcher2CompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(Dispatcher2CompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for TypeOfParcelEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for TypeOfParcelEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for TypeOfParcelEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for TypeOfParcelEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcelFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for FloorEntity. public static FieldCompareExpressionPredicate CompareExpression(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for FloorEntity. public static FieldCompareExpressionPredicate CompareExpression(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for FloorEntity. public static FieldCompareExpressionPredicate CompareExpression(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for FloorEntity. public static FieldCompareExpressionPredicate CompareExpression(FloorFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for ManualStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for ManualStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for ManualStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for ManualStockMovementEntity. public static FieldCompareExpressionPredicate CompareExpression(ManualStockMovementFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for AllowedOrderCompanyEntity. public static FieldCompareExpressionPredicate CompareExpression(AllowedOrderCompanyFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for CompanyDispatcher2TypeOfTransportEntity. public static FieldCompareExpressionPredicate CompareExpression(CompanyDispatcher2TypeOfTransportFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for TypeOfParcel2DispatchLineEntity. public static FieldCompareExpressionPredicate CompareExpression(TypeOfParcel2DispatchLineFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for PickingWaggonEntity. public static FieldCompareExpressionPredicate CompareExpression(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for PickingWaggonEntity. public static FieldCompareExpressionPredicate CompareExpression(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for PickingWaggonEntity. public static FieldCompareExpressionPredicate CompareExpression(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for PickingWaggonEntity. public static FieldCompareExpressionPredicate CompareExpression(PickingWaggonFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for StockYardEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for StockYardEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for StockYardEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for StockYardEntity. public static FieldCompareExpressionPredicate CompareExpression(StockYardFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } /// FieldCompareExpressionPredicate factory for LaneEntity. public static FieldCompareExpressionPredicate CompareExpression(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith ); } /// FieldCompareExpressionPredicate factory for LaneEntity. public static FieldCompareExpressionPredicate CompareExpression(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, negate); } /// FieldCompareExpressionPredicate factory for LaneEntity. public static FieldCompareExpressionPredicate CompareExpression(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias); } /// FieldCompareExpressionPredicate factory for LaneEntity. public static FieldCompareExpressionPredicate CompareExpression(LaneFieldIndex indexOfField, ComparisonOperator operatorToUse, IExpression expressionToCompareWith, string objectAlias, bool negate) { return new FieldCompareExpressionPredicate(EntityFieldFactory.Create(indexOfField), null, operatorToUse, expressionToCompareWith, objectAlias, negate); } #endregion #region FieldCompareExpressionPredicate creators (4 per typed view type) #endregion #region Custom User Code #endregion } }