/// <summary>Generates expression which whether the given variable contains <b>null</b> value.</summary>
 public string IsNullExpression(ITypeMapper typeTemplate, string variableToBeTested)
 {
     return typeTemplate.IsNullExpression(this.NativeDbType, variableToBeTested);
 }