Ancestry.QueryProcessor.Processor.Prepare C# (CSharp) Method

Prepare() public method

public Prepare ( string text, QueryOptions options = null ) : System.Guid
text string
options QueryOptions
return System.Guid
        public Guid Prepare(string text, QueryOptions options = null)
        {
            throw new NotImplementedException("Not implemented.");
        }