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
ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite

Public Methods

Method 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 method

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

DbString() public method

Create a new DbString
public DbString ( ) : System
return System