C# Class System.Data.IndexedDB.Cursor

Mostra file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
Cursor System.Runtime.CompilerServices

Public Methods

Method Description
Advance ( int count ) : void
Continue ( object key ) : void
Delete ( ) : Request
Update ( object value ) : Request

Private Methods

Method Description
Cursor ( ) : System.Runtime.CompilerServices

Method Details

Advance() public method

public Advance ( int count ) : void
count int
return void

Continue() public method

public Continue ( object key ) : void
key object
return void

Delete() public method

public Delete ( ) : Request
return Request

Update() public method

public Update ( object value ) : Request
value object
return Request