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);
		}
	}