C# Class ServiceStack.OrmLite.Dapper.DbString

This class represents a SQL string, it can be used if you need to denote your parameter is a Char vs VarChar vs nVarChar vs nChar
Inheritance: SqlMapper.ICustomQueryParameter
Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Méthodes publiques

Méthode Description
AddParameter ( IDbCommand command, string name ) : void

Add the parameter to the command... internal use only

DbString ( ) : System

Create a new DbString

Method Details

AddParameter() public méthode

Add the parameter to the command... internal use only
public AddParameter ( IDbCommand command, string name ) : void
command IDbCommand
name string
Résultat void

DbString() public méthode

Create a new DbString
public DbString ( ) : System
Résultat System