Adds a set of query fields, which can be used in the expressions of schema items.
Syntax
Parameters
- items
- Fields to add.
Return Value
A reference to this instance after the Add operation has completed.
Exceptions
| Exception | Description |
| System.ArgumentNullException | One of the items is a null reference (Nothing in Visual Basic). |
| System.ArgumentException | One of the items with the same name is already present in this
SchemaBuilder. |
Remarks
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also