C# 클래스 HBS.Entities.Utilities.Extensions

파일 보기 프로젝트 열기: heartbeatservice/HeartbeatServiceSolution

공개 메소드들

메소드 설명
ColumnList ( this dr ) : List
HasColumn ( this dr, string columnName ) : bool

메소드 상세

ColumnList() 공개 정적인 메소드

public static ColumnList ( this dr ) : List
dr this
리턴 List

HasColumn() 공개 정적인 메소드

public static HasColumn ( this dr, string columnName ) : bool
dr this
columnName string
리턴 bool