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

CreateQueryFormatter() public abstract method

public abstract CreateQueryFormatter ( SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default ) : SqlQueryFormatter
options SqlQueryFormatterOptions
return SqlQueryFormatter
		public abstract SqlQueryFormatter CreateQueryFormatter(SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default);