MergeTypesStrategy enum
Represents the strategy of merging of two types
public enum Korzh.EasyQuery.Linq.MergeTypesStrategy : Enum, IComparable, IFormattable, IConvertible
Value | Name | Description |
---|---|---|
0 | AllProperties | All properties in both types will go into result type |
1 | UsedProperties | Only used properties will be merged |