Namespace:
NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SetSuffix ( _ suffix As String _ ) As SelectFragment |
C# |
---|
public SelectFragment SetSuffix( string suffix ) |
Visual C++ |
---|
public: SelectFragment^ SetSuffix( String^ suffix ) |
JavaScript |
---|
function setSuffix(suffix); |
Parameters
- suffix
- Type: System..::.String