I\'ve extend NHibernate Linq to call database function by the below extension method :
public static string ClearText(this string str) { throw new NotS