Shaolinq.Persistence.DefaultSqlQueryFormatterManager.CreateQueryFormatter C# (CSharp) Метод

CreateQueryFormatter() публичный Метод

public CreateQueryFormatter ( SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default ) : SqlQueryFormatter
options SqlQueryFormatterOptions
Результат SqlQueryFormatter
		public override SqlQueryFormatter CreateQueryFormatter(SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default)
		{
			return this.ConstructorMethod(options);
		}
	}