C# Class NPoco.ParameterHelper

Afficher le fichier Open project: schotime/NPoco Class Usage Examples

Méthodes publiques

Свойство Type Description
rxParamsPrefix System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
ProcessParams ( string _sql, object args_src, List args_dest ) : string

Method Details

ProcessParams() public static méthode

public static ProcessParams ( string _sql, object args_src, List args_dest ) : string
_sql string
args_src object
args_dest List
Résultat string

Property Details

rxParamsPrefix public_oe static_oe property

public static Regex,System.Text.RegularExpressions rxParamsPrefix
Résultat System.Text.RegularExpressions.Regex