DataQueryExpressionParent Property |
父级表达式
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic DataQueryExpression Parent { get; set; }
public:
property DataQueryExpression^ Parent {
DataQueryExpression^ get ();
void set (DataQueryExpression^ value);
}
Property Value
Type:
DataQueryExpression
See Also