BdcDataSource Members
Include Protected Members
Include Inherited Members
Represents a user control that facilitates data exchange between data source consumers, such as Web Parts, and Business Data Connectivity (BDC) service data providers.
The BdcDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BdcDataSource() | Initializes a new instance of the BdcDataSource class. | |
BdcDataSource(SPList, String, String) | This member is reserved for internal use and is not intended to be used directly from your code. | |
BdcDataSource(BdcDataSourceMode, String, String, String, String, String, []) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
AssociationName | Gets or sets the name of the association for which to return the associated entity. | |
BindingContainer | (Inherited from Control.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from DataSourceControl.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from DataSourceControl.) | |
DeleteCommand | ||
DesignMode | (Inherited from Control.) | |
Enabled | Gets or sets a value that specifies whether the control accepts a query. | |
EnableTheming | (Inherited from DataSourceControl.) | |
EnableViewState | (Inherited from Control.) | |
EntityId | Gets or sets the MetadataObjectId of the desired external content type; or, if the Mode property is set to “Association”, gets or sets the MetadataObjectId of the external content type in the association. | |
EntityName | Gets or sets the name of the entity for which to return data. | |
EntityNamespace | Gets or sets the namespace of the entity for which to return data. | |
Events | (Inherited from Control.) | |
FilterParameters | Gets or sets a collection of filter parameters that the control uses to filter the returned data. | |
FinderName | Gets or sets the name of the finder of the items to return. | |
HasChildViewState | (Inherited from Control.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
InsertCommand | ||
IsChildControlStateCleared | (Inherited from Control.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
ItemIDs | Gets or sets an array of entity IDs for the rows in the data source to use in the query. | |
List | ||
LoadViewStateByID | (Inherited from Control.) | |
LobSystemInstanceName | Gets or sets the name of the application from which to return the data. | |
MaxRows | Gets or sets the number of rows for which to return data. | |
MetadataFile | Gets or sets the path to the metadata file. | |
Mode | Gets or sets a value that represents the mode of the data source control. | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
ParentEntityInstances | Gets a collection that contains the parent entities in an association list. | |
ReturnedAnyData | Gets a value that represents whether data was returned from a query. | |
SelectCommand | ||
SelectParameters | Gets a collection of query parameters. | |
ShowSampleData | ||
Site | (Inherited from Control.) | |
SkinID | (Inherited from DataSourceControl.) | |
Sort | Gets or sets the column names by which to sort the returned data and the sort order. | |
SourceEntityParameters | ||
SpecificFinderName | Gets or sets the name of the specific finder of the items for which to return data. | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
UniqueID | (Inherited from Control.) | |
UpdateCommand | ||
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.) | |
Unload | (Inherited from Control.) |
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