Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser   
     

Quickstart Class Browser


Namespaces
 Microsoft.CSharp
 Microsoft.SqlServer.Server
 Microsoft.VisualBasic
 Microsoft.Win32
 Microsoft.Win32.SafeHandles
 System
 System.CodeDom
 System.CodeDom.Compiler
 System.Collections
 System.Collections.Generic
 System.Collections.ObjectModel
 System.Collections.Specialized
 System.ComponentModel
 System.ComponentModel.Design
 System.ComponentModel.Design.Serialization
 System.Configuration
 System.Configuration.Assemblies
 System.Data
 System.Data.Common
 System.Data.Odbc
 System.Data.OleDb
 System.Data.Sql
 System.Data.SqlClient
 System.Data.SqlTypes
 System.Deployment.Internal
 System.Diagnostics
 System.Diagnostics.CodeAnalysis
 System.Diagnostics.SymbolStore
 System.DirectoryServices
 System.DirectoryServices.ActiveDirectory
 System.Drawing
 System.Drawing.Design
 System.Drawing.Drawing2D
 System.Drawing.Imaging
 System.Drawing.Printing
 System.Drawing.Text
 System.Globalization
 System.IO
 System.IO.Compression
 System.IO.IsolatedStorage
 System.IO.Ports
 System.Media
 System.Messaging
 System.Messaging.Design
 System.Net
 System.Net.Cache
 System.Net.Configuration
 System.Net.Mail
 System.Net.Mime
 System.Net.NetworkInformation
 System.Net.Security
 System.Net.Sockets
 System.Reflection
 System.Reflection.Emit
 System.Resources
 System.Runtime
 System.Runtime.CompilerServices
 System.Runtime.ConstrainedExecution
 System.Runtime.Hosting
 System.Runtime.InteropServices
 System.Runtime.InteropServices.ComTypes
 System.Runtime.InteropServices.Expando
 System.Runtime.Remoting
 System.Runtime.Remoting.Activation
 System.Runtime.Remoting.Channels
 System.Runtime.Remoting.Contexts
 System.Runtime.Remoting.Lifetime
 System.Runtime.Remoting.Messaging
 System.Runtime.Remoting.Metadata
 System.Runtime.Remoting.Metadata.W3cXsd2001
 System.Runtime.Remoting.Proxies
 System.Runtime.Remoting.Services
 System.Runtime.Serialization
 System.Runtime.Serialization.Formatters
 System.Runtime.Serialization.Formatters.Binary
 System.Runtime.Versioning
 System.Security
 System.Security.AccessControl
 System.Security.Authentication
 System.Security.Cryptography
 System.Security.Cryptography.X509Certificates
 System.Security.Permissions
 System.Security.Policy
 System.Security.Principal
 System.Text
 System.Text.RegularExpressions
 System.Threading
 System.Timers
 System.Web
 System.Web.Caching
 System.Web.Compilation
 System.Web.Configuration
 System.Web.Configuration.Internal
 System.Web.Handlers
 System.Web.Hosting
 System.Web.Mail
 System.Web.Management
 System.Web.Profile
 System.Web.Security
 System.Web.SessionState
 System.Web.UI
 System.Web.UI.Adapters
 System.Web.UI.HtmlControls
 System.Web.UI.WebControls
 System.Web.UI.WebControls.Adapters
 System.Web.UI.WebControls.WebParts
 System.Web.Util
 System.Windows.Forms
 System.Windows.Forms.ComponentModel.Com2Interop
 System.Windows.Forms.Design
 System.Windows.Forms.Layout
 System.Windows.Forms.PropertyGridInternal
 System.Windows.Forms.VisualStyles
 System.Xml
 System.Xml.Schema
 System.Xml.Serialization
 System.Xml.Serialization.Advanced
 System.Xml.Serialization.Configuration
 System.Xml.XPath
 System.Xml.Xsl

Class System.Web.UI.WebControls.ObjectDataSource
Constructors
Visibility Constructor Parameters
public ObjectDataSource ( )
public ObjectDataSource ( String typeName , String selectMethod )

Events
Multicast Type Name
multicast EventHandler DataBinding
multicast EventHandler DataSourceChangedInternal
multicast ObjectDataSourceStatusEventHandler Deleted
multicast ObjectDataSourceMethodEventHandler Deleting
multicast EventHandler Disposed
multicast ObjectDataSourceFilteringEventHandler Filtering
multicast EventHandler Init
multicast ObjectDataSourceStatusEventHandler Inserted
multicast ObjectDataSourceMethodEventHandler Inserting
multicast EventHandler Load
multicast ObjectDataSourceObjectEventHandler ObjectCreated
multicast ObjectDataSourceObjectEventHandler ObjectCreating
multicast ObjectDataSourceDisposingEventHandler ObjectDisposing
multicast EventHandler PreRender
multicast ObjectDataSourceStatusEventHandler Selected
multicast ObjectDataSourceSelectingEventHandler Selecting
multicast EventHandler Unload
multicast ObjectDataSourceStatusEventHandler Updated
multicast ObjectDataSourceMethodEventHandler Updating

Properties
Visibility Type Name Accessibility
public String AppRelativeTemplateSourceDirectory [Get , Set]
public Control BindingContainer [Get]
public Int32 CacheDuration [Get , Set]
public DataSourceCacheExpiry CacheExpirationPolicy [Get , Set]
public String CacheKeyDependency [Get , Set]
public String ClientID [Get]
public ConflictOptions ConflictDetection [Get , Set]
public ControlCollection Controls [Get]
public Boolean ConvertNullToDBNull [Get , Set]
public String DataObjectTypeName [Get , Set]
public String DeleteMethod [Get , Set]
public ParameterCollection DeleteParameters [Get]
public Boolean EnableCaching [Get , Set]
public Boolean EnablePaging [Get , Set]
public Boolean EnableTheming [Get , Set]
public Boolean EnableViewState [Get , Set]
public String FilterExpression [Get , Set]
public ParameterCollection FilterParameters [Get]
public String ID [Get , Set]
public String InsertMethod [Get , Set]
public ParameterCollection InsertParameters [Get]
public String MaximumRowsParameterName [Get , Set]
public Control NamingContainer [Get]
public String OldValuesParameterFormatString [Get , Set]
public Page Page [Get , Set]
public Control Parent [Get]
public String SelectCountMethod [Get , Set]
public String SelectMethod [Get , Set]
public ParameterCollection SelectParameters [Get]
public ISite Site [Get , Set]
public String SkinID [Get , Set]
public String SortParameterName [Get , Set]
public String SqlCacheDependency [Get , Set]
public String StartRowIndexParameterName [Get , Set]
public TemplateControl TemplateControl [Get , Set]
public String TemplateSourceDirectory [Get]
public String TypeName [Get , Set]
public String UniqueID [Get]
public String UpdateMethod [Get , Set]
public ParameterCollection UpdateParameters [Get]
public Boolean Visible [Get , Set]

Methods
Visibility Return Name Parameters
public Int32 Delete ( )
protected DataSourceView GetView ( String viewName )
protected ICollection GetViewNames ( )
public Int32 Insert ( )
protected Void LoadViewState ( Object savedState )
protected Object SaveViewState ( )
public IEnumerable Select ( )
protected Void TrackViewState ( )
public Int32 Update ( )

Hierarchy
Object ---> Control ---> DataSourceControl ---> ObjectDataSource

Implements
IComponent , IDisposable , IParserAccessor , IUrlResolutionService , IDataBindingsAccessor , IControlBuilderAccessor , IControlDesignerAccessor , IExpressionsAccessor , IDataSource , IListSource