Ejemplo n.º 1
0
 protected bool Equals(AnnotationExpression other)
 {
     return(Equals(Column, other.Column) && Equals(AggregateOperation, other.AggregateOperation));
 }
Ejemplo n.º 2
0
 public AnnotationDef ChangeExpression(AnnotationExpression expression)
 {
     return(ChangeProp(ImClone(this), im => im.Expression = expression));
 }