protected internal virtual Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledDatePart CompileDatePart(Net.Vpc.Upa.Expressions.DatePart v, Net.Vpc.Upa.Impl.Uql.ExpressionTranslationManager manager, Net.Vpc.Upa.Impl.Uql.ExpressionDeclarationList declarations)
 {
     if (v == null)
     {
         return(null);
     }
     Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledDatePart s = new Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledDatePart(v.GetDatePartType(), manager.TranslateAny(v.GetValue(), declarations));
     //        s.setDeclarationList(declarations);
     return(s);
 }
示例#2
0
 public override Net.Vpc.Upa.Expressions.Expression Copy()
 {
     Net.Vpc.Upa.Expressions.DatePart o = new Net.Vpc.Upa.Expressions.DatePart(type, @value);
     return(o);
 }