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