Variable naming, taken too far...
At least it is not a comment, but still...
object countMayBe_Int32_Or_Int64_DependingOnDatabase = executableCriteria.UniqueResult();
return Convert.ToInt64(countMayBe_Int32_Or_Int64_DependingOnDatabase);
Oh well, at least it is refactored :-)

Comments
Comment preview