C# Class Stratosphere.Table.AttributeValueBetweenCondition

Inheritance: AttributeCondition
显示文件 Open project: petrohi/Stratosphere

Public Methods

Method Description
AttributeValueBetweenCondition ( string name, string lowerValue, string upperValue ) : System.Collections.Generic

Method Details

AttributeValueBetweenCondition() public method

public AttributeValueBetweenCondition ( string name, string lowerValue, string upperValue ) : System.Collections.Generic
name string
lowerValue string
upperValue string
return System.Collections.Generic