C# 클래스 PropertyLookup.DataFormat

Data formatting class
파일 보기 프로젝트 열기: CfABrigadePhiladelphia/phlavi

공개 메소드들

메소드 설명
FormatPropetyResults ( System.Data.SqlClient.SqlDataReader reader ) : string

Format Property Details.

FormatValueResults ( System.Data.SqlClient.SqlDataReader reader ) : string

Format Value Change Summary.

비공개 메소드들

메소드 설명
SerializeResults ( ArrayList results ) : string

메소드 상세

FormatPropetyResults() 공개 정적인 메소드

Format Property Details.
public static FormatPropetyResults ( System.Data.SqlClient.SqlDataReader reader ) : string
reader System.Data.SqlClient.SqlDataReader
리턴 string

FormatValueResults() 공개 정적인 메소드

Format Value Change Summary.
public static FormatValueResults ( System.Data.SqlClient.SqlDataReader reader ) : string
reader System.Data.SqlClient.SqlDataReader
리턴 string