Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ValueHandle.cs
- RoleManagerEventArgs.cs
- TypeConverterValueSerializer.cs
- ProtocolsConfigurationHandler.cs
- RawAppCommandInputReport.cs
- DurableMessageDispatchInspector.cs
- XPathSelectionIterator.cs
- AspCompat.cs
- DataGridViewColumnCollectionEditor.cs
- CompilerWrapper.cs
- Color.cs
- SessionStateItemCollection.cs
- ResourcesBuildProvider.cs
- ConstructorNeedsTagAttribute.cs
- UnmanagedHandle.cs
- sqlstateclientmanager.cs
- ThemeDirectoryCompiler.cs
- CodeStatementCollection.cs
- WebPartDisplayModeCancelEventArgs.cs
- SessionIDManager.cs
- DbConnectionOptions.cs
- ServiceHttpModule.cs
- DesignTimeTemplateParser.cs
- OutOfProcStateClientManager.cs
- SQLConvert.cs
- ScriptControlManager.cs
- FSWPathEditor.cs
- MatrixConverter.cs
- TcpWorkerProcess.cs
- HealthMonitoringSectionHelper.cs
- GradientStopCollection.cs
- RevocationPoint.cs
- StyleModeStack.cs
- PointCollectionConverter.cs
- SByte.cs
- Bold.cs
- DoubleSumAggregationOperator.cs
- PipeSecurity.cs
- TCPClient.cs
- SessionState.cs
- Mapping.cs
- XmlHierarchyData.cs
- RSAProtectedConfigurationProvider.cs
- MDIClient.cs
- RepeatButton.cs
- ScriptingJsonSerializationSection.cs
- altserialization.cs
- ScriptResourceHandler.cs
- CreatingCookieEventArgs.cs
- TreeNode.cs
- CheckableControlBaseAdapter.cs
- MembershipValidatePasswordEventArgs.cs
- UiaCoreApi.cs
- RegexCode.cs
- DocumentGrid.cs
- WebPartVerbCollection.cs
- Matrix3DStack.cs
- DocumentEventArgs.cs
- BaseCollection.cs
- X509ChainPolicy.cs
- iisPickupDirectory.cs
- StorageBasedPackageProperties.cs
- SerialReceived.cs
- SeekStoryboard.cs
- BrowserDefinitionCollection.cs
- AuditLogLocation.cs
- XpsPartBase.cs
- DataIdProcessor.cs
- Console.cs
- AesCryptoServiceProvider.cs
- StylusCaptureWithinProperty.cs
- GridView.cs
- Int32CollectionConverter.cs
- LogExtentCollection.cs
- IisTraceWebEventProvider.cs
- SmtpNtlmAuthenticationModule.cs
- CompoundFileStreamReference.cs
- Point3DCollectionValueSerializer.cs
- CommandBinding.cs
- EndpointPerformanceCounters.cs
- Byte.cs
- UnaryQueryOperator.cs
- KeyValuePairs.cs
- InputScopeAttribute.cs
- ConnectivityStatus.cs
- TextParaClient.cs
- ClientOperationFormatterProvider.cs
- TreeWalkHelper.cs
- TemplateControlParser.cs
- RSAOAEPKeyExchangeDeformatter.cs
- webeventbuffer.cs
- ItemsPresenter.cs
- bindurihelper.cs
- StrongNameUtility.cs
- BinaryMethodMessage.cs
- HttpRuntimeSection.cs
- XmlWellformedWriter.cs
- InheritanceService.cs
- DependencyPropertyAttribute.cs
- LinearGradientBrush.cs