Sql.Net Class Library Documentation

CaseTermCollection Constructor

Initializes a new empty instance of the CaseTermCollection class.

Overload List

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);

See Also

CaseTermCollection Class | Reeb.SqlOM Namespace