Get the command used to select a GUID from the underlying database. (Optional operation.)

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

Syntax

C#
public virtual string SelectGUIDString { get; }
Visual Basic
Public Overridable ReadOnly Property SelectGUIDString As String
	Get
Visual C++
public:
virtual property String^ SelectGUIDString {
	String^ get ();
}

Return Value

The appropriate command.

See Also