Click or drag to resize

QueryBodyBaseCreateBodyClauses Method

Create the collection of QueryBodyClauses, or return the existing one.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ChildList<QueryBodyClause> CreateBodyClauses()

Return Value

Type: ChildListQueryBodyClause
See Also