Click or drag to resize

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
)

Parameters

e
Type: SystemEnum
The enumeration item in question.

Return Value

Type: String
The string representation of the integer value of the enumeration item.
See Also