C# Class Mdbc.SimpleUpdateResult

Inheritance: UpdateResult
Mostrar archivo Open project: nightroman/Mdbc Class Usage Examples

Public Methods

Method Description
SimpleUpdateResult ( long documentsAffected, bool updatedExisting ) : System

Method Details

SimpleUpdateResult() public method

public SimpleUpdateResult ( long documentsAffected, bool updatedExisting ) : System
documentsAffected long
updatedExisting bool
return System