Java.Sql.IDatabaseMetaData.NullsAreSortedAtStart Method
Determines whether NULL values are always sorted at the start of the sorted list, irrespective of the sort order.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Determines whether NULL values are always sorted at the start of the sorted list, irrespective of the sort order. This means that they appear at the start of sorted lists, whatever other values may be present.

[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