Shaolinq.Persistence.DefaultSqlQueryFormatterManager.CreateQueryFormatter C# (CSharp) Méthode

CreateQueryFormatter() public méthode

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