[Android.Runtime.Register("NVARCHAR")] public const int Nvarchar = -9;
[<Android.Runtime.Register("NVARCHAR")>] val mutable Nvarchar : int
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR .
NVARCHAR
Added in 1.6.
Java documentation for java.sql.Types.NVARCHAR .
java.sql.Types.NVARCHAR
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.