Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #294 from thomasd16/patch-1
Browse files Browse the repository at this point in the history
Removed Duplicate Members in CustomOperationAttribute. Issue #266
  • Loading branch information
KevinRansom authored Oct 30, 2017
2 parents 76a987e + 4c4237d commit 84b0886
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ CustomOperationAttribute
member this.IsLikeZip : bool with get, set
member this.MaintainsVariableSpace : bool with get, set
member this.MaintainsVariableSpaceUsingBind : bool with get, set
member this.Name : string
member this.IsLikeGroupJoin : bool with get, set
member this.IsLikeJoin : bool with get, set
member this.IsLikeZip : bool with get, set
member this.JoinConditionWord : string with get, set
member this.MaintainsVariableSpace : bool with get, set
member this.MaintainsVariableSpaceUsingBind : bool with get, set
member this.Name : string
end
```

Expand Down

0 comments on commit 84b0886

Please sign in to comment.