Java.Sql.IDatabaseMetaData.NullPlusNonNullIsNull Method
Determines whether the database handles concatenations between NULL and non-NULL values by producing a NULL output.

Syntax

[Android.Runtime.Register("nullPlusNonNullIsNull", "()Z", "GetNullPlusNonNullIsNullHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool NullPlusNonNullIsNull ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Determines whether the database handles concatenations between NULL and non-NULL values by producing a NULL output.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1