CachedDataItem.Schema Property

Definition

Gets or sets a schema that describes the cached data object that is represented by the CachedDataItem, if the cached data object is a DataSet or DataTable.

public:
 property System::String ^ Schema { System::String ^ get(); void set(System::String ^ value); };
public string Schema { get; set; }
member this.Schema : string with get, set
Public Property Schema As String

Property Value

If the cached data object is a DataSet or DataTable, this property returns a schema that describes the cached data object; otherwise, null.

Examples

For a code example that demonstrates how to use the Schema property, see ServerDocument Sample.

Applies to