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
- Properties.cs
- ListBoxItemAutomationPeer.cs
- ListItemCollection.cs
- Inflater.cs
- XmlBaseWriter.cs
- RelatedView.cs
- XmlEncoding.cs
- DBNull.cs
- ManagedIStream.cs
- HtmlInputImage.cs
- CommandManager.cs
- TransactionTraceIdentifier.cs
- DataKeyCollection.cs
- DuplicateWaitObjectException.cs
- ImageButton.cs
- HMACMD5.cs
- ListViewInsertEventArgs.cs
- RequiredFieldValidator.cs
- StoreAnnotationsMap.cs
- PointConverter.cs
- BmpBitmapEncoder.cs
- HtmlFormWrapper.cs
- PointAnimation.cs
- ZipPackagePart.cs
- Expression.cs
- Wildcard.cs
- GridViewItemAutomationPeer.cs
- DeploymentSection.cs
- path.cs
- AddInBase.cs
- ScriptingWebServicesSectionGroup.cs
- CrossContextChannel.cs
- IdleTimeoutMonitor.cs
- EntityContainer.cs
- BamlResourceDeserializer.cs
- ProfileElement.cs
- Typography.cs
- ParamArrayAttribute.cs
- ImportCatalogPart.cs
- LinqDataSourceSelectEventArgs.cs
- SQLDecimalStorage.cs
- MsmqAppDomainProtocolHandler.cs
- WindowsFont.cs
- RenderDataDrawingContext.cs
- HierarchicalDataTemplate.cs
- DefaultValueAttribute.cs
- ExtensionSimplifierMarkupObject.cs
- IdentityReference.cs
- Point3DConverter.cs
- TextEditor.cs
- DisableDpiAwarenessAttribute.cs
- QueryComponents.cs
- RightsManagementPermission.cs
- CachedFontFamily.cs
- TimersDescriptionAttribute.cs
- oledbconnectionstring.cs
- SecurityHelper.cs
- EdmFunction.cs
- Effect.cs
- PenThreadWorker.cs
- ApplicationCommands.cs
- UInt32Converter.cs
- DbProviderConfigurationHandler.cs
- ToolStripSeparator.cs
- PrinterResolution.cs
- XmlAttributeCollection.cs
- RewritingProcessor.cs
- UidManager.cs
- WebUtil.cs
- BaseAutoFormat.cs
- CodeEventReferenceExpression.cs
- RequestCache.cs
- StreamResourceInfo.cs
- StringStorage.cs
- HashAlgorithm.cs
- BlockCollection.cs
- Focus.cs
- __ComObject.cs
- DataGridViewColumnStateChangedEventArgs.cs
- PointConverter.cs
- XamlContextStack.cs
- DataGridTableCollection.cs
- SystemPens.cs
- SamlSubject.cs
- basevalidator.cs
- EntityDataSourceUtil.cs
- ClientTarget.cs
- CompiledRegexRunner.cs
- Model3DGroup.cs
- BuilderPropertyEntry.cs
- OracleColumn.cs
- MenuItemCollectionEditorDialog.cs
- MergeLocalizationDirectives.cs
- SchemaEntity.cs
- DataSourceView.cs
- UserPreferenceChangingEventArgs.cs
- TableCellCollection.cs
- HttpCapabilitiesEvaluator.cs
- RowUpdatingEventArgs.cs
- ErrorWebPart.cs