C# Class dnorml.SqlServerDataAccess

Inheritance: IDataAccess
Afficher le fichier Open project: NGPVAN/dnorml Class Usage Examples

Méthodes publiques

Méthode Description
DequeueTransform ( ) : List
Extract ( Table table ) : List
GetAllTables ( ) : List
GetRows ( string rootId ) : List
PersistVersion ( Table t ) : void
UpsertDocuments ( string>.Dictionary docsToUpsert ) : void
UpsertRow ( Table table, Newtonsoft.Json.Linq.JObject changedRow ) : void

Method Details

DequeueTransform() public méthode

public DequeueTransform ( ) : List
Résultat List

Extract() public méthode

public Extract ( Table table ) : List
table Table
Résultat List

GetAllTables() public méthode

public GetAllTables ( ) : List
Résultat List

GetRows() public méthode

public GetRows ( string rootId ) : List
rootId string
Résultat List

PersistVersion() public méthode

public PersistVersion ( Table t ) : void
t Table
Résultat void

UpsertDocuments() public méthode

public UpsertDocuments ( string>.Dictionary docsToUpsert ) : void
docsToUpsert string>.Dictionary
Résultat void

UpsertRow() public méthode

public UpsertRow ( Table table, Newtonsoft.Json.Linq.JObject changedRow ) : void
table Table
changedRow Newtonsoft.Json.Linq.JObject
Résultat void