IRowsetIdentity.IsSameRow(Int32, Int32) Método

Definición

Compara dos identificadores de fila para ver si hacen referencia a la misma instancia de fila.

public:
 int IsSameRow(int hThisRow, int hThatRow);
public int IsSameRow(int hThisRow, int hThatRow);
abstract member IsSameRow : int * int -> int
Public Function IsSameRow (hThisRow As Integer, hThatRow As Integer) As Integer

Parámetros

hThisRow
Int32

Identificador de una fila activa.

hThatRow
Int32

Identificador de una fila activa.

Devoluciones

que Integer representa el resultado.

Comentarios

Nota:

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a