| 123456789101112131415161718192021222324252627 |
- //
- // System.Data.ObjectSpaces.Query.OPath
- //
- //
- // Author:
- // Richard Thombs ([email protected])
- //
- #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
|