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

FormatParamValue() public method

public FormatParamValue ( object value, bool autoQuote ) : System
value object
autoQuote bool
return System
			public FormatParamValue(object value, bool autoQuote)
			{
				this.Value = value;
				this.AutoQuote = autoQuote;
			}
		}
SqlQueryFormatterManager.FormatParamValue