C# 클래스 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
상속: SqlMapper.ICustomQueryParameter
파일 보기 프로젝트 열기: ServiceStack/ServiceStack.OrmLite

공개 메소드들

메소드 설명
AddParameter ( IDbCommand command, string name ) : void

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

DbString ( ) : System

Create a new DbString

메소드 상세

AddParameter() 공개 메소드

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

DbString() 공개 메소드

Create a new DbString
public DbString ( ) : System
리턴 System