EAPUtilSQLString Method (Enum) |
Generate a SQL string for an enumeration item by converting the enum item
to its corresponding integer value and then representing that integer as a string.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string SQLString(
Enum e
)
Public Shared Function SQLString (
e As Enum
) As String
Parameters
- e
- Type: SystemEnum
The enumeration item in question.
Return Value
Type:
StringThe string representation of the integer value of the enumeration item.
See Also