Click or drag to resize

EAPUtilSQLString Method

Overload List
  NameDescription
Public methodStatic memberSQLString(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.
Public methodStatic memberSQLString(String)
Prepare a string for use in a SQL statement. If the string is null or empty then an unquoted "NULL" is returned, else an AnsiQuoted string is returned.
Public methodStatic memberSQLString(Object, OleDbType, DBMSType)
Generate a SQL representation of the value for the specified DataType and DBMS.
Public methodStatic memberSQLString(Object, OleDbType, DBMSType, SQLColumnFlags)
Generate a SQL representation of the value for the specified DataType and DBMS.
Top
See Also