[Missing <summary> documentation for "M:NHibernate.Type.DbTimestampType.UsePreparedStatement(System.String,NHibernate.Engine.ISessionImplementor)"]

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual Object UsePreparedStatement(
	string timestampSelectString,
	ISessionImplementor session
)
Visual Basic
Protected Overridable Function UsePreparedStatement ( _
	timestampSelectString As String, _
	session As ISessionImplementor _
) As Object
Visual C++
protected:
virtual Object^ UsePreparedStatement(
	String^ timestampSelectString, 
	ISessionImplementor^ session
)

Parameters

timestampSelectString
Type: System..::..String

[Missing <param name="timestampSelectString"/> documentation for "M:NHibernate.Type.DbTimestampType.UsePreparedStatement(System.String,NHibernate.Engine.ISessionImplementor)"]

session
Type: NHibernate.Engine..::..ISessionImplementor

[Missing <param name="session"/> documentation for "M:NHibernate.Type.DbTimestampType.UsePreparedStatement(System.String,NHibernate.Engine.ISessionImplementor)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.DbTimestampType.UsePreparedStatement(System.String,NHibernate.Engine.ISessionImplementor)"]

See Also