C# Class Catnap.Citeria.Conditions.ValuesCondition

Inheritance: IConditionMarker
Show file Open project: timscott/catnap

Protected Methods

Method Description
ToCommandSpec ( string columnName ) : IDbCommandSpec
ValuesCondition ( string format, IEnumerable values ) : System

Method Details

ToCommandSpec() protected method

protected ToCommandSpec ( string columnName ) : IDbCommandSpec
columnName string
return IDbCommandSpec

ValuesCondition() protected method

protected ValuesCondition ( string format, IEnumerable values ) : System
format string
values IEnumerable
return System