Function Row.isNull
Check if a column in the result row was NULL
Prototype
bool isNull(
								
  ulong i
								
) pure nothrow @property const;
							
						Parameters
| Name | Description | 
|---|---|
| i | The zero based column index. | 
Check if a column in the result row was NULL
bool isNull(
								
  ulong i
								
) pure nothrow @property const;
							
						| Name | Description | 
|---|---|
| i | The zero based column index. |