Example #1
0
        protected ParsedPropertyPath ParsePath(string path, Type entityType)
        {
            var propertyParser = new PropertyParser();
            var propertyPath   = propertyParser.ParsePropertyOfType(path, entityType);

            return(propertyPath);
        }