DataConnectionExtenderBase Class Members
In This Topic
The following tables list the members exposed by DataConnectionExtenderBase.
Public Fields
Public Properties
| Name | Description |
 | AutoDetect | Gets or sets the value indicating whether property values of this DataConnectionExtenderBase object are detected automatically for known types of database servers. |
 | Container | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | DesignMode | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | IdentityColumnLastValueSelect | Gets or sets a SQL SELECT statement used to retrieve primary key value automatically generated on database server. |
 | IdentityColumnRetrieveMode | Gets or sets the value indicating when the SELECT statement defined in the IdentityColumnLastValueSelect property must be passed to server: before INSERT command, in conjunction with INSERT command (in one batch) or after it. |
 | ServerType | Gets the type of an underlying database server represented by the connection which this DataConnectionExtenderBase extends. |
 | Site | (Inherited from System.ComponentModel.MarshalByValueComponent) |
Top
Public Methods
| Name | Description |
 | Dispose | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | GetService | (Inherited from System.ComponentModel.MarshalByValueComponent) |
 | ToString | (Inherited from System.ComponentModel.MarshalByValueComponent) |
Top
Public Events
| Name | Description |
 | Disposed | (Inherited from System.ComponentModel.MarshalByValueComponent) |
Top
See Also