C# 클래스 MySql.Data.Entity.FunctionFragment

상속: SqlFragment
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Argmument SqlFragment
Distinct bool
Name string
Quoted bool

공개 메소드들

메소드 설명
WriteSql ( StringBuilder sql ) : void

메소드 상세

WriteSql() 공개 메소드

public WriteSql ( StringBuilder sql ) : void
sql StringBuilder
리턴 void

프로퍼티 상세

Argmument 공개적으로 프로퍼티

public SqlFragment,MySql.Data.Entity Argmument
리턴 SqlFragment

Distinct 공개적으로 프로퍼티

public bool Distinct
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Quoted 공개적으로 프로퍼티

public bool Quoted
리턴 bool