The Schema type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Fields
An array of Field objects corresponding to the fields in the schema.
Item[([( Int32])])
Item[([( String])])
Name
The name of the schema.
Note:
Generally, when constructing a Schema in client or adapter code the name parameter should not be set, and null should be used. This parameter should not be confused with the concept of Named Schemas (schemas defined for sharing and reuse by StreamBase applications in the Definitions tab of the EventFlow editor or using the StreamSQL CREATE SCHEMA). Use of non-null schema names in the context of custom operators and adapters can yield unpredictable behavior.

See Also