bobdcode
Results
1
issues of
bobdcode
I added an aggregate function: [Function(FunctionType.AggregateFunction, "BitwiseOr", Schema = "dbo")] public static int BitwiseOr(IEnumerable value) { throw new NotImplementedException(); } to my context via: modelBuilder.Conventions.Add(new FunctionConvention()); It works correctly, however,...