C# Class GoatTrip.Common.Data.IDataRecordExtensions

Show file Open project: NHSChoices/location-service

Public Methods

Method Description
HasColumn ( this dr, string columnName ) : bool
HasStringColumn ( this dr, string columnName ) : bool

Method Details

HasColumn() public static method

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

HasStringColumn() public static method

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