C# Class Dibware.StoredProcedureFramework.Validators.SqlParameterStringValueValidator

Afficher le fichier Open project: dibley1973/StoredProcedureFramework

Méthodes publiques

Méthode Description
SqlParameterStringValueValidator ( SqlParameter sqlParameter, string value ) : System
Validate ( ) : void

Determines whether the specific string value is valid for the specifed SqlParameter and throws an exception if not.

Method Details

SqlParameterStringValueValidator() public méthode

public SqlParameterStringValueValidator ( SqlParameter sqlParameter, string value ) : System
sqlParameter System.Data.SqlClient.SqlParameter
value string
Résultat System

Validate() public méthode

Determines whether the specific string value is valid for the specifed SqlParameter and throws an exception if not.
public Validate ( ) : void
Résultat void