Generate the SQL that selects the version number by id

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected SqlString GenerateSelectVersionString()
Visual Basic
Protected Function GenerateSelectVersionString As SqlString
Visual C++
protected:
SqlString^ GenerateSelectVersionString()

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.GenerateSelectVersionString"]

See Also