C# 클래스 SQLTrismegiste.Tools.ExtensionMethods

파일 보기 프로젝트 열기: rudi-bruchez/SQLTrismegiste

공개 메소드들

메소드 설명
ToHtml ( this dataSet, HtmlSettings settings = null ) : string

ToHtmlTable ( this dataTable, HtmlSettings settings = null ) : string

메소드 상세

ToHtml() 공개 정적인 메소드

public static ToHtml ( this dataSet, HtmlSettings settings = null ) : string
dataSet this
settings HtmlSettings
리턴 string

ToHtmlTable() 공개 정적인 메소드

public static ToHtmlTable ( this dataTable, HtmlSettings settings = null ) : string
dataTable this
settings HtmlSettings
리턴 string