System.Web.UI.WebControls Namespace
.NET Framework version 2.0
Represents an SQL database to data-bound controls.
Visibility |
Name |
Value Type |
Accessibility |
public |
CacheDuration
|
Int32 |
[ Get , Set ] |
public |
CacheExpirationPolicy
|
DataSourceCacheExpiry |
[ Get , Set ] |
public |
CacheKeyDependency
|
String |
[ Get , Set ] |
public |
CancelSelectOnNullParameter
|
Boolean |
[ Get , Set ] |
public |
ConflictDetection
|
ConflictOptions |
[ Get , Set ] |
public |
ConnectionString
|
String |
[ Get , Set ] |
public |
DataSourceMode
|
SqlDataSourceMode |
[ Get , Set ] |
public |
DeleteCommand
|
String |
[ Get , Set ] |
public |
DeleteCommandType
|
SqlDataSourceCommandType |
[ Get , Set ] |
public |
DeleteParameters
|
ParameterCollection |
[ Get ] |
public |
EnableCaching
|
Boolean |
[ Get , Set ] |
public |
FilterExpression
|
String |
[ Get , Set ] |
public |
FilterParameters
|
ParameterCollection |
[ Get ] |
public |
InsertCommand
|
String |
[ Get , Set ] |
public |
InsertCommandType
|
SqlDataSourceCommandType |
[ Get , Set ] |
public |
InsertParameters
|
ParameterCollection |
[ Get ] |
public |
OldValuesParameterFormatString
|
String |
[ Get , Set ] |
public |
ProviderName
|
String |
[ Get , Set ] |
public |
SelectCommand
|
String |
[ Get , Set ] |
public |
SelectCommandType
|
SqlDataSourceCommandType |
[ Get , Set ] |
public |
SelectParameters
|
ParameterCollection |
[ Get ] |
public |
SortParameterName
|
String |
[ Get , Set ] |
public |
SqlCacheDependency
|
String |
[ Get , Set ] |
public |
UpdateCommand
|
String |
[ Get , Set ] |
public |
UpdateCommandType
|
SqlDataSourceCommandType |
[ Get , Set ] |
public |
UpdateParameters
|
ParameterCollection |
[ Get ] |
|
For examples illustrating use of this control, see the individual member types of this class. For syntax information, see SqlDataSource in ASP.NET Syntax for Web Controls.
ASP.NET Data Source Controls
|
|