C# Class GoatTrip.Common.Data.IDataRecordExtensions

Afficher le fichier Open project: NHSChoices/location-service

Méthodes publiques

Méthode Description
HasColumn ( this dr, string columnName ) : bool
HasStringColumn ( this dr, string columnName ) : bool

Method Details

HasColumn() public static méthode

public static HasColumn ( this dr, string columnName ) : bool
dr this
columnName string
Résultat bool

HasStringColumn() public static méthode

public static HasStringColumn ( this dr, string columnName ) : bool
dr this
columnName string
Résultat bool