StringSetToInClause 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
)
Public Function ToInClause (
ansiQuote As Boolean
) As String
Parameters
- ansiQuote
- Type: SystemBoolean
Specifies whether or not AnsiQuote(String) should be applied to each item.
Return Value
Type:
StringThe IN clause, or a null/blank string.
See Also