Version

ODataDataSourceSchema Class Members

The following tables list the members exposed by ODataDataSourceSchema.

Public Constructors
 NameDescription
Public ConstructorODataDataSourceSchema ConstructorConstructs an ODataDataSourceSchema.  
Public Properties
 NameDescription
Public PropertyPrimaryKeyReturns the names of the values the represent the primary key or composite primary key of the items as a comma seperated string. This may be null or empty if there is no primary key defined.  
Public PropertyPropertyDataIntentsGets an array of string arrays describing a set of intents for each property on the schema.  
Public PropertyPropertyNamesReturns the names of the values contained on the items.  
Public PropertyPropertyTypesReturns the data types of the values contained on the items.  
Public PropertySubSchemasGets an array of sub schemas for any object properties in this schema.  
See Also