Version

IDataSourceSchema Interface Members

The following tables list the members exposed by IDataSourceSchema.

Public Properties
 NameDescription
 PropertyPrimaryKeyRepresents the primary key of the schema, if available.  
 PropertyPropertyDataIntentsGets an array of string arrays describing a set of intents for each property on the schema. Returns null if no intents are specified.  
 PropertyPropertyNamesRepresents the property names available in the schema.  
 PropertyPropertyTypesRepresents the property types matching the property names in the schema.  
 PropertySubSchemasGets an array of sub schemas for any object properties in this schema.  
See Also