SPDataSource Members
Include Protected Members
Include Inherited Members
Represents SharePoint Foundation data to data-bound controls.
The SPDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDataSource() | Initializes a new instance of the SPDataSource class. | |
SPDataSource(SPList) | Initializes a new instance of the SPDataSource class with a specified list as the source of data. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
BindingContainer | (Inherited from Control.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from DataSourceControl.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from DataSourceControl.) | |
DataSourceMode | Gets or sets a value that specifies the type of data to query. | |
DeleteCommand | Gets or sets a query that is used to delete data. | |
DeleteParameters | Gets the parameter collection that contains parameters for deleting data. | |
DesignMode | (Inherited from Control.) | |
EnableTheming | (Inherited from DataSourceControl.) | |
EnableViewState | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
HasChildViewState | (Inherited from Control.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
IncludeHidden | Gets or sets a System.Boolean value that specifies whether hidden fields are included in the query. | |
IncludeRootFolder | Gets or sets a value that specifies whether the root folder is returned in the list view. | |
InsertCommand | Gets or sets a query that is used to insert data. | |
InsertParameters | Gets the parameter collection that contains parameters for inserting data. | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
List | Gets or sets the list that the query will operate against. | |
LoadViewStateByID | (Inherited from Control.) | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
RecurrenceRowset | Gets or sets a value that specifies whether to expand recurrent events for a calendar item. | |
Scope | Gets or sets the recursive scope for the view. | |
SelectCommand | Gets or sets a query that is used to retrieve list data. | |
SelectParameters | Gets the parameters collection that contains parameters for selecting data. | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from DataSourceControl.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
UniqueID | (Inherited from Control.) | |
UpdateCommand | Gets or sets a query that is used to update data. | |
UpdateParameters | Gets the parameter collection that contains parameters for updating data. | |
UseInternalName | Gets or sets a Boolean value that indicates whether fields are referenced by internal names. | |
UseServerDataFormat | ||
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from DataSourceControl.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Selecting | Occurs immediately before a data retrieval operation. | |
Unload | (Inherited from Control.) |
Top
Fields
Name | Description | |
---|---|---|
DefaultViewName | Represents the name of the default view. This field is read-only. | |
SystemPropertyPrefix | Represents the system property prefix. This field is read-only. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IListSource.ContainsListCollection | (Inherited from DataSourceControl.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IDataSource.DataSourceChanged | (Inherited from DataSourceControl.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IListSource.GetList | (Inherited from DataSourceControl.) | |
IDataSource.GetView | (Inherited from DataSourceControl.) | |
IDataSource.GetViewNames | (Inherited from DataSourceControl.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top