C# 클래스 dumpntds.Program

파일 보기 프로젝트 열기: infoassure/dumpntds

공개 메소드들

메소드 설명
FormatBytes ( byte data ) : string

Return the string format of a byte array.

GetFormattedColumnData ( Session session, JET_TABLEID table, ColumnInfo columnInfo ) : string

Extracts the column data as the correct data type and formats appropriately

비공개 메소드들

메소드 설명
ExportDataTable ( Session session, JET_DBID dbid ) : void

ExportLinkTable ( Session session, JET_DBID dbid ) : void

Main ( string args ) : void

Application entry point

메소드 상세

FormatBytes() 공개 정적인 메소드

Return the string format of a byte array.
public static FormatBytes ( byte data ) : string
data byte The data to format.
리턴 string

GetFormattedColumnData() 공개 정적인 메소드

Extracts the column data as the correct data type and formats appropriately
public static GetFormattedColumnData ( Session session, JET_TABLEID table, ColumnInfo columnInfo ) : string
session Microsoft.Isam.Esent.Interop.Session
table JET_TABLEID
columnInfo Microsoft.Isam.Esent.Interop.ColumnInfo
리턴 string