Removes all occurrences of white space characters from the beginning and end of this instance.

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

Syntax

C#
public SqlString Trim()
Visual Basic
Public Function Trim As SqlString
Visual C++
public:
SqlString^ Trim()

Return Value

A new SqlString equivalent to this instance after white space characters are removed from the beginning and end.

See Also