DataQueryExpressionSubExpressionList Property |
子表达式列表
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic IList<DataQueryExpression> SubExpressionList { get; set; }
public:
property IList<DataQueryExpression^>^ SubExpressionList {
IList<DataQueryExpression^>^ get ();
void set (IList<DataQueryExpression^>^ value);
}
Property Value
Type:
IListDataQueryExpression
See Also