Namespaces

Types

Type ILiteralType

Namespace NHibernate.Type

Methods

Public instance methods

string ObjectToSQLString(object value)

When implemented by a class, return a String representation of the value, suitable for embedding in an SQL statement
Parameters
return string A string that containts a well formed SQL Statement.
object value The object to convert to a string for the SQL statement.