CachedDataItem.Schema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.