ObjectDataSource Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. (Inherited from Control.) |
| BindingContainer | Gets the control that contains this control's data binding. (Inherited from Control.) |
| CacheDuration | Gets or sets the length of time, in seconds, that the data source control caches data that is retrieved by the SelectMethod method. |
| CacheExpirationPolicy | Gets or sets the cache expiration behavior that, when combined with the duration, describes the behavior of the cache that the data source control uses. |
| CacheKeyDependency | Gets or sets a user-defined key dependency that is linked to all data cache objects that are created by the data source control. |
| ClientID | Gets the server control identifier generated by ASP.NET. (Inherited from DataSourceControl.) |
| ConflictDetection | Gets or sets a value that determines whether or not just the new values are passed to the Update method or both the old and new values are passed to the Update method. |
| Controls | Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from DataSourceControl.) |
| ConvertNullToDBNull | Gets or sets a value indicating whether the Parameter values that are passed to an update, insert, or delete operation are automatically converted from a null reference (Nothing in Visual Basic) to the Value value by the ObjectDataSource control. |
| DataObjectTypeName | Gets or sets the name of a class that the ObjectDataSource control uses for a parameter in an update, insert, or delete data operation, instead of passing individual values from the data-bound control. |
| DeleteMethod | Gets or sets the name of the method or function that the ObjectDataSource control invokes to delete data. |
| DeleteParameters | Gets the parameters collection that contains the parameters that are used by the DeleteMethod method. |
| EnableCaching | Gets or sets a value indicating whether the ObjectDataSource control has data caching enabled. |
| EnablePaging | Gets or sets a value indicating whether the data source control supports paging through the set of data that it retrieves. |
| EnableTheming | Gets a value indicating whether this control supports themes. (Inherited from DataSourceControl.) |
| EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from Control.) |
| FilterExpression | Gets or sets a filtering expression that is applied when the method that is specified by the SelectMethod property is called. |
| FilterParameters | Gets a collection of parameters that are associated with any parameter placeholders in the FilterExpression string. |
| ID | Gets or sets the programmatic identifier assigned to the server control. (Inherited from Control.) |
| InsertMethod | Gets or sets the name of the method or function that the ObjectDataSource control invokes to insert data. |
| InsertParameters | Gets the parameters collection that contains the parameters that are used by the InsertMethod method. |
| MaximumRowsParameterName | Gets or sets the name of the business object data retrieval method parameter that is used to indicate the number of records to retrieve for data source paging support. |
| NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same Control.ID property value. (Inherited from Control.) |
| OldValuesParameterFormatString | Gets or sets a format string to apply to the names of the parameters for original values that are passed to the Delete or Update methods. |
| Page | Gets a reference to the Page instance that contains the server control. (Inherited from Control.) |
| Parent | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from Control.) |
| SelectCountMethod | Gets or sets the name of the method or function that the ObjectDataSource control invokes to retrieve a row count. |
| SelectMethod | Gets or sets the name of the method or function that the ObjectDataSource control invokes to retrieve data. |
| SelectParameters | Gets the parameters collection that contains the parameters that are used by the SelectMethod method. |
| Site | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from Control.) |
| SkinID | Gets the skin to apply to the DataSourceControl control. (Inherited from DataSourceControl.) |
| SortParameterName | Gets or sets the name of the business object that the SelectMethod parameter used to specify a sort expression for data source sorting support. |
| SqlCacheDependency | Gets or sets a semicolon-delimited string that indicates which databases and tables to use for the Microsoft SQL Server cache dependency. |
| StartRowIndexParameterName | Gets or sets the name of the data retrieval method parameter that is used to indicate the value of the identifier of the first record to retrieve for data source paging support. |
| TemplateControl | Gets or sets a reference to the template that contains this control. (Inherited from Control.) |
| TemplateSourceDirectory | Gets the virtual directory of the Page or UserControl that contains the current server control. (Inherited from Control.) |
| TypeName | Gets or sets the name of the class that the ObjectDataSource object represents. |
| UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from Control.) |
| UpdateMethod | Gets or sets the name of the method or function that the ObjectDataSource control invokes to update data. |
| UpdateParameters | Gets the parameters collection that contains the parameters that are used by the method that is specified by the UpdateMethod property. |
| Visible | Gets or sets a value indicating whether the control is visually displayed. (Inherited from DataSourceControl.) |
| Name | Description | |
|---|---|---|
| Adapter | Gets the browser-specific adapter for the control. (Inherited from Control.) |
| ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (Inherited from Control.) |
| ClientIDSeparator | Gets a character value representing the separator character used in the ClientID property. (Inherited from Control.) |
| Context | Gets the HttpContext object associated with the server control for the current Web request. (Inherited from Control.) |
| DesignMode | Gets a value indicating whether a control is being used on a design surface. (Inherited from Control.) |
| Events | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from Control.) |
| HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from Control.) |
| IdSeparator | Gets the character used to separate control identifiers. (Inherited from Control.) |
| IsChildControlStateCleared | Gets a value indicating whether controls contained within this control have control state. (Inherited from Control.) |
| IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from Control.) |
| IsViewStateEnabled | Gets a value indicating whether view state is enabled for this control. (Inherited from Control.) |
| LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by ID instead of index. (Inherited from Control.) |
| ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Control.) |
| ViewStateIgnoresCase | Gets a value that indicates whether the StateBag object is case-insensitive. (Inherited from Control.) |
Community Additions
ADD
Show: