Namespaces

Types

Type IEnhancedUserType

Namespace NHibernate.UserTypes

Interfaces IUserType

Methods

Public instance methods

object FromXMLString(string xml)

Parse a string representation of this value, as it appears in an XML document.
Parameters
return object
string xml

string ObjectToSQLString(object value)

Return an SQL literal representation of the value
Parameters
return string
object value