Data Port Sync 1.0.500

ChangedRowCollection. Method 

[This is preliminary documentation and subject to change.]

Searches the collection for a changed row with a given GUID value.

[Visual Basic]
Public Function ( _
   ByVal Guid As Guid _
) As Integer
[C#]
public int (
   Guid g
);

Parameters

Guid
GUID value to search for.

Return Value

-1 if the item is not found, otherwise the item index.

See Also

ChangedRowCollection Class | Primeworks.DataPortSync Namespace