Version 24.2 (latest)

ODataDataSourceSchema Class Properties

For a list of all members of this type, see ODataDataSourceSchema members.

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