Bosphorus.Dao.NHibernate.Extension.LinQ.Common.HqlTreeBuilderExtensions.GetFactory C# (CSharp) Method

GetFactory() public static method

public static GetFactory ( this treeBuilder ) : IASTFactory
treeBuilder this
return IASTFactory
        public static IASTFactory GetFactory(this HqlTreeBuilder treeBuilder)
        {
            IASTFactory result = (IASTFactory)factoryField.GetValue(treeBuilder);
            return result;
        }