IDataSourceViewSchemaAccessor.DataSourceViewSchema Property
.NET Framework 3.0
When implemented, gets or sets the schema associated with the object.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ Object get_DataSourceViewSchema () /** @property */ void set_DataSourceViewSchema (Object value)
function get DataSourceViewSchema () : Object function set DataSourceViewSchema (value : Object)
Not applicable.
Property Value
An Object that represents the schema.This interface is implemented by the TreeNodeBinding, MenuItemBinding, and DataControlField classes. These implementations are used by the .NET Framework and are not intended for use in your code.
Community Additions
ADD
Show: