Summary description for CommandResultSchema.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class CommandResultSchema : TabularObjectBase, 
	ICommandResultSchema, ITabularObject, ISchemaObjectWithOwner, ISchemaObject, INamedObject
Visual Basic
<SerializableAttribute>
Public Class CommandResultSchema
	Inherits TabularObjectBase
	Implements ICommandResultSchema, ITabularObject, ISchemaObjectWithOwner, ISchemaObject, 
	INamedObject

Inheritance Hierarchy

System..::..Object
  NamedObjectBase
    SchemaExplorer..::..SchemaObjectBase
      SchemaExplorer..::..SchemaObjectWithOwnerBase
        SchemaExplorer..::..TabularObjectBase
          SchemaExplorer..::..CommandResultSchema

See Also