C# 클래스 dnorml.SqlServerDataAccess

상속: IDataAccess
파일 보기 프로젝트 열기: NGPVAN/dnorml 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DequeueTransform() 공개 메소드

public DequeueTransform ( ) : List
리턴 List

Extract() 공개 메소드

public Extract ( Table table ) : List
table Table
리턴 List

GetAllTables() 공개 메소드

public GetAllTables ( ) : List
리턴 List

GetRows() 공개 메소드

public GetRows ( string rootId ) : List
rootId string
리턴 List

PersistVersion() 공개 메소드

public PersistVersion ( Table t ) : void
t Table
리턴 void

UpsertDocuments() 공개 메소드

public UpsertDocuments ( string>.Dictionary docsToUpsert ) : void
docsToUpsert string>.Dictionary
리턴 void

UpsertRow() 공개 메소드

public UpsertRow ( Table table, Newtonsoft.Json.Linq.JObject changedRow ) : void
table Table
changedRow Newtonsoft.Json.Linq.JObject
리턴 void