Shaolinq.Persistence.DefaultSqlQueryFormatterManager.CreateQueryFormatter C# (CSharp) Method

CreateQueryFormatter() public method

public CreateQueryFormatter ( SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default ) : SqlQueryFormatter
options SqlQueryFormatterOptions
return SqlQueryFormatter
		public override SqlQueryFormatter CreateQueryFormatter(SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default)
		{
			return this.ConstructorMethod(options);
		}
	}