IDbSpecificCreatorConvertSetOperator Method |
Converts the passed in set operator to a string usable in a query
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax string ConvertSetOperator(
SetOperator operatorToConvert
)
Function ConvertSetOperator (
operatorToConvert As SetOperator
) As String
Parameters
- operatorToConvert
- Type: SD.LLBLGen.Pro.ORMSupportClassesSetOperator
Set operator to convert to a string
Return Value
Type:
StringThe string representation usable in a query of the operator passed in.
See Also