C# 클래스 Catnap.Citeria.Conditions.ValuesCondition

상속: IConditionMarker
파일 보기 프로젝트 열기: timscott/catnap

보호된 메소드들

메소드 설명
ToCommandSpec ( string columnName ) : IDbCommandSpec
ValuesCondition ( string format, IEnumerable values ) : System

메소드 상세

ToCommandSpec() 보호된 메소드

protected ToCommandSpec ( string columnName ) : IDbCommandSpec
columnName string
리턴 IDbCommandSpec

ValuesCondition() 보호된 메소드

protected ValuesCondition ( string format, IEnumerable values ) : System
format string
values IEnumerable
리턴 System