LINQ3: Add factory methods for AstComputedField

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 2.14.0
    • Affects Version/s: None
    • Component/s: LINQ3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Add this factory method to create a single AstComputedField:

      public static AstComputedField ComputedField(string name, AstExpression value) 

      and this factory method to create multiple AstComputedField(s):

      public static IEnumerable<AstComputedField> ComputedFields(params (string name, AstExpression value)[] fields)

      Put this factory method in AstExpression along with all the other factory methods even though the return value is an AstComputedField instead of an AstExpression. 

            Assignee:
            Robert Stam (Inactive)
            Reporter:
            Robert Stam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: