C# 클래스 DataAccessFramework.Querying.StringConstant

A where part that represents a string constant. Will be converted to a parameter.
상속: WherePart
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework

공개 메소드들

메소드 설명
StringConstant ( string value )

Creates a new StringConstant instance

비공개 메소드들

메소드 설명
BuildSql ( BuildSqlContext context ) : void

Builds the SQL representing the string constant as a parameter.

메소드 상세

StringConstant() 공개 메소드

Creates a new StringConstant instance
public StringConstant ( string value )
value string