public class SqlDataSource extends DataSourceControl
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.SqlDataSource
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.UI.WebControls.SqlDataSource
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlDataSource() |
SqlDataSource(java.lang.Object instance)
Internal constructor.
|
SqlDataSource(java.lang.String connectionString,
java.lang.String selectCommand) |
SqlDataSource(java.lang.String providerName,
java.lang.String connectionString,
java.lang.String selectCommand) |
ApplyStyleSheetSkin, FindControl, Focus, HasControls, RenderControladdDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, close, DataBind, Dispose, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisibleEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlDataSource()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSource(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSource(java.lang.String connectionString,
java.lang.String selectCommand)
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSource(java.lang.String providerName,
java.lang.String connectionString,
java.lang.String selectCommand)
throws java.lang.Throwable
java.lang.Throwablepublic void addDeleted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDeleting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFiltering(SqlDataSourceFilteringEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addInserted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addInserting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelected(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelecting(SqlDataSourceSelectingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUpdated(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUpdating(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static SqlDataSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlDataSource, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlDataSource instancejava.lang.Throwable - in case of error during cast operationpublic int Delete()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionNotSupportedExceptionpublic int getCacheDuration()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public DataSourceCacheExpiry getCacheExpirationPolicy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public java.lang.String getCacheKeyDependency()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public boolean getCancelSelectOnNullParameter()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic ConflictOptions getConflictDetection() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic java.lang.String getConnectionString()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceMode getDataSourceMode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDeleteCommand()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic SqlDataSourceCommandType getDeleteCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic ParameterCollection getDeleteParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic boolean getEnableCaching()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public java.lang.String getFilterExpression()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic ParameterCollection getFilterParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic java.lang.String getInsertCommand()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic SqlDataSourceCommandType getInsertCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic ParameterCollection getInsertParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in class DataSourceControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IParserAccessorgetJCOClassName in class DataSourceControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IParserAccessorgetJCOInstance in class DataSourceControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IParserAccessorgetJCOObjectName in class DataSourceControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IParserAccessorgetJCOType in class DataSourceControlJCType representing the CLR Type of the instantiated Classpublic java.lang.String getOldValuesParameterFormatString()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic java.lang.String getProviderName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSelectCommand()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic SqlDataSourceCommandType getSelectCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic ParameterCollection getSelectParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic java.lang.String getSortParameterName()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic java.lang.String getSqlCacheDependency()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic java.lang.String getUpdateCommand()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic SqlDataSourceCommandType getUpdateCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic ParameterCollection getUpdateParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic int Insert()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionNotSupportedExceptionpublic void removeDeleted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDeleting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFiltering(SqlDataSourceFilteringEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeInserted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeInserting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelected(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelecting(SqlDataSourceSelectingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUpdated(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUpdating(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic IEnumerable Select(DataSourceSelectArguments arguments) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setCacheDuration(int CacheDuration)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic void setCacheExpirationPolicy(DataSourceCacheExpiry CacheExpirationPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic void setCacheKeyDependency(java.lang.String CacheKeyDependency)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setCancelSelectOnNullParameter(boolean CancelSelectOnNullParameter)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setConflictDetection(ConflictOptions ConflictDetection) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionpublic void setConnectionString(java.lang.String ConnectionString)
throws java.lang.Throwable
java.lang.Throwablepublic void setDataSourceMode(SqlDataSourceMode DataSourceMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setDeleteCommand(java.lang.String DeleteCommand)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setDeleteCommandType(SqlDataSourceCommandType DeleteCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionpublic void setEnableCaching(boolean EnableCaching)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setFilterExpression(java.lang.String FilterExpression)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setInsertCommand(java.lang.String InsertCommand)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setInsertCommandType(SqlDataSourceCommandType InsertCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataSourceControlpublic void setOldValuesParameterFormatString(java.lang.String OldValuesParameterFormatString)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setProviderName(java.lang.String ProviderName)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectCommand(java.lang.String SelectCommand)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setSelectCommandType(SqlDataSourceCommandType SelectCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionpublic void setSortParameterName(java.lang.String SortParameterName)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setSqlCacheDependency(java.lang.String SqlCacheDependency)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic void setUpdateCommand(java.lang.String UpdateCommand)
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic void setUpdateCommandType(SqlDataSourceCommandType UpdateCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionpublic int Update()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionNotSupportedException