Exemple #1
0
        public void CannotCallFunctionInOpenTypeSpace()
        {
            Action parsePath = () => this.testSubject.ParsePath(new[] { "Paintings(0)", "OpenProperty", "Fully.Qualified.Namespace.FindMyOwner(dogsName='fido')" });

            parsePath.ShouldThrow <ODataException>().WithMessage(ErrorStrings.FunctionCallBinder_CallingFunctionOnOpenProperty("Fully.Qualified.Namespace.FindMyOwner"));
        }