Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceCommandEventArgs.cs / 1 / SqlDataSourceCommandEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Data;
using System.Data.Common;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class SqlDataSourceCommandEventArgs : CancelEventArgs {
private DbCommand _command;
public SqlDataSourceCommandEventArgs(DbCommand command) : base() {
_command = command;
}
public DbCommand Command {
get {
return _command;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Data;
using System.Data.Common;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class SqlDataSourceCommandEventArgs : CancelEventArgs {
private DbCommand _command;
public SqlDataSourceCommandEventArgs(DbCommand command) : base() {
_command = command;
}
public DbCommand Command {
get {
return _command;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FileSystemEventArgs.cs
- DataControlCommands.cs
- TextWriterEngine.cs
- VirtualizingStackPanel.cs
- elementinformation.cs
- EventProviderWriter.cs
- RadioButtonFlatAdapter.cs
- TypeExtensionConverter.cs
- OracleLob.cs
- UnsafeCollabNativeMethods.cs
- HighContrastHelper.cs
- SemanticResolver.cs
- DataGridViewEditingControlShowingEventArgs.cs
- Misc.cs
- XmlSchemaSimpleTypeRestriction.cs
- TextSerializer.cs
- Visitor.cs
- EntitySet.cs
- ClientConfigurationSystem.cs
- SettingsContext.cs
- DataGridViewColumnConverter.cs
- UmAlQuraCalendar.cs
- SymbolUsageManager.cs
- ActivityBindForm.Designer.cs
- PipelineModuleStepContainer.cs
- TreeViewAutomationPeer.cs
- PathFigureCollection.cs
- DataGridViewDataErrorEventArgs.cs
- QilInvokeEarlyBound.cs
- UTF7Encoding.cs
- TreeNodeBinding.cs
- DesignerHierarchicalDataSourceView.cs
- _NegotiateClient.cs
- MailSettingsSection.cs
- ADConnectionHelper.cs
- TeredoHelper.cs
- Predicate.cs
- SharedConnectionWorkflowTransactionService.cs
- RequestQueue.cs
- SrgsElementList.cs
- Merger.cs
- PointIndependentAnimationStorage.cs
- PriorityRange.cs
- EndpointAddress.cs
- DataViewListener.cs
- IssuedTokenServiceCredential.cs
- AuthenticationSection.cs
- Funcletizer.cs
- WindowsListBox.cs
- DataGridView.cs
- future.cs
- AssemblyNameProxy.cs
- DescendantQuery.cs
- InternalsVisibleToAttribute.cs
- Choices.cs
- HttpHandlerActionCollection.cs
- IdnMapping.cs
- RunWorkerCompletedEventArgs.cs
- OperationCanceledException.cs
- ChannelSettingsElement.cs
- ReflectEventDescriptor.cs
- SoundPlayerAction.cs
- BitmapInitialize.cs
- thaishape.cs
- DataGridViewCheckBoxColumn.cs
- TypeDescriptor.cs
- TemplateInstanceAttribute.cs
- ObjectDataSourceMethodEventArgs.cs
- WindowsListViewItem.cs
- HtmlMeta.cs
- AsnEncodedData.cs
- InputQueue.cs
- HttpCapabilitiesEvaluator.cs
- CookielessHelper.cs
- MediaContextNotificationWindow.cs
- CodeTypeReferenceExpression.cs
- DbBuffer.cs
- MergablePropertyAttribute.cs
- ViewEvent.cs
- Image.cs
- webbrowsersite.cs
- DataGridParentRows.cs
- SafeHandle.cs
- RegexStringValidator.cs
- ProviderUtil.cs
- Number.cs
- XsdDuration.cs
- MatrixAnimationUsingKeyFrames.cs
- ProcessActivityTreeOptions.cs
- SyndicationCategory.cs
- translator.cs
- CaseInsensitiveHashCodeProvider.cs
- GridViewEditEventArgs.cs
- DateTimeFormat.cs
- DeclaredTypeElementCollection.cs
- SolidColorBrush.cs
- ComponentResourceKeyConverter.cs
- CellTreeNodeVisitors.cs
- LocalFileSettingsProvider.cs
- XmlReflectionMember.cs