Initializes a new empty instance of the CaseTermCollection class.
Initializes a new empty instance of the CaseTermCollection class.
public CaseTermCollection();
Initializes a new instance of the CaseTermCollection class, containing elements copied from an array.
public CaseTermCollection(CaseTerm[]);
Initializes a new instance of the CaseTermCollection class, containing elements copied from another instance of CaseTermCollection
public CaseTermCollection(CaseTermCollection);
CaseTermCollection Class | Reeb.SqlOM Namespace