Examining Schemas in .NET

This section contains an example that demonstrates how to work with schemas in .NET.

Name

Example_07_ExploringStreamSchema

Description

This example demonstrates how to read the schema of a stream or row, create a schema, and compare two schemas.

Notable Classes and Methods

ISchema

engineClient. GetStreamSchema(cclUri)

t.Schema()

SchemaFactory

sf.NewSchema

ISchemaColumn

schema.ToCclDefinition

schema1.EquivalentTo

Related Information

For more information about schemas, see Schema.