Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebRequest.cs
- ResetableIterator.cs
- FontDialog.cs
- HtmlInputControl.cs
- WSFederationHttpSecurity.cs
- NamespaceEmitter.cs
- VarRefManager.cs
- SinglePhaseEnlistment.cs
- PropertyMetadata.cs
- CharacterHit.cs
- NativeBuffer.cs
- BehaviorEditorPart.cs
- FontStyle.cs
- SecurityPermission.cs
- Soap11ServerProtocol.cs
- SliderAutomationPeer.cs
- EmitterCache.cs
- PnrpPeerResolverElement.cs
- SortFieldComparer.cs
- SpanIndex.cs
- TypefaceMetricsCache.cs
- Restrictions.cs
- FrugalList.cs
- CodeExpressionCollection.cs
- ExpressionBuilder.cs
- D3DImage.cs
- Schema.cs
- RegexTree.cs
- TagPrefixInfo.cs
- InvalidStoreProtectionKeyException.cs
- ClientProtocol.cs
- WebPartMovingEventArgs.cs
- WorkflowExecutor.cs
- ReadingWritingEntityEventArgs.cs
- DesignerAttribute.cs
- AttributeQuery.cs
- XamlSerializerUtil.cs
- RelationalExpressions.cs
- XmlDataProvider.cs
- DetailsViewInsertEventArgs.cs
- PageTheme.cs
- PartDesigner.cs
- SHA1Managed.cs
- WsiProfilesElementCollection.cs
- CodeGroup.cs
- UnsafeNetInfoNativeMethods.cs
- EntityContainerAssociationSetEnd.cs
- KeyValuePair.cs
- BindUriHelper.cs
- Popup.cs
- CopyOfAction.cs
- ArrayList.cs
- BulletDecorator.cs
- xml.cs
- BaseResourcesBuildProvider.cs
- PersonalizationEntry.cs
- EmptyEnumerable.cs
- UnauthorizedAccessException.cs
- ScalarConstant.cs
- MarkupExtensionParser.cs
- StoreItemCollection.Loader.cs
- _NegoState.cs
- MethodAccessException.cs
- SvcMapFile.cs
- DocumentViewerBaseAutomationPeer.cs
- ValueExpressions.cs
- AdvancedBindingPropertyDescriptor.cs
- Transform.cs
- DeadCharTextComposition.cs
- LinqDataSourceInsertEventArgs.cs
- SvcMapFileSerializer.cs
- RoleServiceManager.cs
- ZipIOExtraField.cs
- TextReader.cs
- GPPOINTF.cs
- DesignerAdRotatorAdapter.cs
- AppDomain.cs
- TablePattern.cs
- SymbolTable.cs
- SafeHandle.cs
- CoTaskMemUnicodeSafeHandle.cs
- ApplicationDirectory.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- PrivilegeNotHeldException.cs
- EncodingInfo.cs
- XmlSchemaRedefine.cs
- SafeNativeMethodsMilCoreApi.cs
- ComboBoxRenderer.cs
- Logging.cs
- ConfigurationPermission.cs
- PreviewPageInfo.cs
- ExpressionParser.cs
- SByte.cs
- StrongNameIdentityPermission.cs
- ProcessHostConfigUtils.cs
- TreeViewEvent.cs
- XmlWriter.cs
- StringAnimationBase.cs
- ImageFormat.cs
- UnsafeNativeMethods.cs