Generate the SQL that selects the version number by id
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function GenerateSelectVersionString As SqlString |
C# |
---|
protected SqlString GenerateSelectVersionString() |
Visual C++ |
---|
protected: SqlString^ GenerateSelectVersionString() |
JavaScript |
---|
function generateSelectVersionString(); |