Sql.Net Class Library Documentation

UpdateTermCollection Constructor

Initializes a new empty instance of the UpdateTermCollection class.

Overload List

Initializes a new empty instance of the UpdateTermCollection class.

public UpdateTermCollection();

Initializes a new instance of the UpdateTermCollection class, containing elements copied from an array.

public UpdateTermCollection(UpdateTerm[]);

Initializes a new instance of the UpdateTermCollection class, containing elements copied from another instance of UpdateTermCollection

public UpdateTermCollection(UpdateTermCollection);

See Also

UpdateTermCollection Class | Reeb.SqlOM Namespace