IDatabaseMetaData.FunctionResultUnknown Field

Definition

Indicates that it is not known whether the function returns a result or a table.

[Android.Runtime.Register("functionResultUnknown")]
public const int FunctionResultUnknown = 0;
[<Android.Runtime.Register("functionResultUnknown")>]
val mutable FunctionResultUnknown : int

Field Value

Int32
Attributes

Remarks

Java documentation for java.sql.DatabaseMetaData.functionResultUnknown.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to