IRef.GetObject(IDictionary<String,Class>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the referenced object and maps it to a Java type using the given type map.
[Android.Runtime.Register("getObject", "(Ljava/util/Map;)Ljava/lang/Object;", "GetGetObject_Ljava_util_Map_Handler:Java.Sql.IRefInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object? GetObject (System.Collections.Generic.IDictionary<string,Java.Lang.Class>? map);
[<Android.Runtime.Register("getObject", "(Ljava/util/Map;)Ljava/lang/Object;", "GetGetObject_Ljava_util_Map_Handler:Java.Sql.IRefInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetObject : System.Collections.Generic.IDictionary<string, Java.Lang.Class> -> Java.Lang.Object
Parameters
- map
- IDictionary<String,Class>
a java.util.Map
object that contains
the mapping to use (the fully-qualified name of the SQL
structured type being referenced and the class object for
SQLData
implementation to which the SQL
structured type will be mapped)
Returns
a Java Object
that is the custom mapping for
the SQL structured type to which this Ref
object refers
- Attributes
Remarks
Retrieves the referenced object and maps it to a Java type using the given type map.
Added in 1.4.
Java documentation for java.sql.Ref.getObject(java.util.Map<java.lang.String, java.lang.Class<?>>)
.
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.