pmMDA.NET

PmMdaTimestampType.ObjectToSQLString Method 

[This is preliminary documentation and subject to change.]

Returns a String representation of the value, suitable for embedding in an SQL statement.

public override string ObjectToSQLString(
   object value
);

Parameters

value
The object to convert to a string for the SQL statement.

Return Value

A string that containts a well formed SQL Statement.

Implements

ILiteralType.ObjectToSQLString

See Also

PmMdaTimestampType Class | PmMda.Net.NHibernate Namespace