public class SqlDataSourceView extends DataSourceView
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.SqlDataSourceView
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.SqlDataSourceView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlDataSourceView() |
SqlDataSourceView(java.lang.Object instance)
Internal constructor.
|
SqlDataSourceView(SqlDataSource owner,
java.lang.String name,
HttpContext context) |
addDataSourceViewChanged, CanExecute, Delete, ExecuteCommand, getCanDelete, getCanInsert, getCanPage, getCanRetrieveTotalRowCount, getCanSort, getCanUpdate, getName, Insert, removeDataSourceViewChanged, Select, Updatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlDataSourceView()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceView(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceView(SqlDataSource owner, java.lang.String name, HttpContext context) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic 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 SqlDataSourceView cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlDataSourceView, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlDataSourceView instancejava.lang.Throwable - in case of error during cast operationpublic int Delete(IDictionary keys, IDictionary oldValues) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic boolean getCancelSelectOnNullParameter()
throws java.lang.Throwable
java.lang.Throwablepublic ConflictOptions getConflictDetection() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDeleteCommand()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceCommandType getDeleteCommandType() throws java.lang.Throwable
java.lang.Throwablepublic ParameterCollection getDeleteParameters() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFilterExpression()
throws java.lang.Throwable
java.lang.Throwablepublic ParameterCollection getFilterParameters() throws java.lang.Throwable, MulticastNotSupportedException
java.lang.ThrowableMulticastNotSupportedExceptionpublic java.lang.String getInsertCommand()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceCommandType getInsertCommandType() throws java.lang.Throwable
java.lang.Throwablepublic ParameterCollection getInsertParameters() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataSourceViewString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataSourceViewString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataSourceViewObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataSourceViewString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataSourceViewJCType representing the CLR Type of the instantiated Classpublic java.lang.String getOldValuesParameterFormatString()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSelectCommand()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceCommandType getSelectCommandType() throws java.lang.Throwable
java.lang.Throwablepublic ParameterCollection getSelectParameters() throws java.lang.Throwable, MulticastNotSupportedException
java.lang.ThrowableMulticastNotSupportedExceptionpublic java.lang.String getSortParameterName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUpdateCommand()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceCommandType getUpdateCommandType() throws java.lang.Throwable
java.lang.Throwablepublic ParameterCollection getUpdateParameters() throws java.lang.Throwable
java.lang.Throwablepublic int Insert(IDictionary values) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic 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
java.lang.Throwablepublic void setCancelSelectOnNullParameter(boolean CancelSelectOnNullParameter)
throws java.lang.Throwable
java.lang.Throwablepublic void setConflictDetection(ConflictOptions ConflictDetection) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setDeleteCommand(java.lang.String DeleteCommand)
throws java.lang.Throwable
java.lang.Throwablepublic void setDeleteCommandType(SqlDataSourceCommandType DeleteCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setFilterExpression(java.lang.String FilterExpression)
throws java.lang.Throwable
java.lang.Throwablepublic void setInsertCommand(java.lang.String InsertCommand)
throws java.lang.Throwable
java.lang.Throwablepublic void setInsertCommandType(SqlDataSourceCommandType InsertCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataSourceViewpublic void setOldValuesParameterFormatString(java.lang.String OldValuesParameterFormatString)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectCommand(java.lang.String SelectCommand)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectCommandType(SqlDataSourceCommandType SelectCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setSortParameterName(java.lang.String SortParameterName)
throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateCommand(java.lang.String UpdateCommand)
throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateCommandType(SqlDataSourceCommandType UpdateCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int Update(IDictionary keys, IDictionary values, IDictionary oldValues) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedException