// // System.Data.ObjectSpaces.Query.OPath // // // Author: // Richard Thombs (stony@stony.org) // #if NET_1_2 using System; using System.Data.ObjectSpaces.Schema; namespace System.Data.ObjectSpaces.Query { [MonoTODO()] public class OPath { [MonoTODO()] public static ObjectExpression Parse(ObjectQuery oq,ObjectSchema objectSchema) { throw new NotImplementedException(); } } } #endif