Click or drag to resize

StringListToInClause Method

Generate a SQL IN clause (without parentheses) from the contents of the list. Note that null/empty values are omitted.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToInClause(
	bool ansiQuote
)

Parameters

ansiQuote
Type: SystemBoolean
Specifies whether or not AnsiQuote(String) should be applied to each item.

Return Value

Type: String
The IN clause, or a null/blank string.
See Also