A Sandcastle Documented Class Library
StringCondition コンストラクタ (exp, paramName, property, value)
名前空間CFW.Database.TableCommandStringConditionStringCondition(String, String, FieldProperty, Object)
条件式、パラメータ名設定
宣言の構文
C#Visual BasicVisual C++
public StringCondition(
	string exp,
	string paramName,
	FieldProperty property,
	Object value
)
Public Sub New ( _
	exp As String, _
	paramName As String, _
	property As FieldProperty, _
	value As Object _
)
public:
StringCondition(
	String^ exp, 
	String^ paramName, 
	FieldProperty^ property, 
	Object^ value
)
パラメータ
exp (String)
条件式
paramName (String)
パラメータ名
property (FieldProperty)
プロパティ
value (Object)

アセンブリ: CFW.Database (モジュール: CFW.Database) バージョン: 1.2.0.2 (1.2.0.2)