RowSetEvent Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| RowSetEvent(IRowSet) |
Construye un |
| RowSetEvent(IntPtr, JniHandleOwnership) |
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución. |
RowSetEvent(IRowSet)
Construye un RowSetEvent objeto inicializado con el objeto especificado RowSet .
[Android.Runtime.Register(".ctor", "(Ljavax/sql/RowSet;)V", "")]
public RowSetEvent(Javax.Sql.IRowSet? source);
[<Android.Runtime.Register(".ctor", "(Ljavax/sql/RowSet;)V", "")>]
new Javax.Sql.RowSetEvent : Javax.Sql.IRowSet -> Javax.Sql.RowSetEvent
Parámetros
- source
- IRowSet
objeto RowSet cuyos datos han cambiado o cuyo cursor se ha movido
- Atributos
Comentarios
Construye un RowSetEvent objeto inicializado con el objeto especificado RowSet .
Documentación de Java para javax.sql.RowSetEvent.RowSetEvent(javax.sql.RowSet).
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
RowSetEvent(IntPtr, JniHandleOwnership)
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.
protected RowSetEvent(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Sql.RowSetEvent : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Sql.RowSetEvent
Parámetros
- javaReference
-
IntPtr
nativeint
que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).
- transfer
- JniHandleOwnership
un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.