Get the SQL statement to be used to retrieve generated key values.
Namespace: NHibernate.Id.InsertAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected internal abstract SqlString SelectSQL { get; } |
Visual Basic |
---|
Protected Friend MustOverride ReadOnly Property SelectSQL As SqlString Get |
Visual C++ |
---|
protected public: virtual property SqlString^ SelectSQL { SqlString^ get () abstract; } |