C# 클래스 GoatTrip.Common.Data.IDataRecordExtensions

파일 보기 프로젝트 열기: NHSChoices/location-service

공개 메소드들

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

메소드 상세

HasColumn() 공개 정적인 메소드

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

HasStringColumn() 공개 정적인 메소드

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