//init
 public MergeUpdateArgs(List <MappedProperty> allEntityProperties, MappedPropertyUtility mappedPropertyUtility)
     : base(allEntityProperties, mappedPropertyUtility)
 {
     Expressions = new List <Expression>();
 }
コード例 #2
0
 //init
 internal MergeInsertArgs(List <MappedProperty> allEntityProperties, MappedPropertyUtility mappedPropertyUtility)
     : base(allEntityProperties, mappedPropertyUtility)
 {
     Defaults = new Dictionary <string, string>();
 }
コード例 #3
0
 //init
 internal MergeCompareArgs(List <MappedProperty> allEntityProperties, MappedPropertyUtility mappedPropertyUtility)
     : base(allEntityProperties, mappedPropertyUtility)
 {
     Expressions = new List <Expression>();
 }