Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / Common / DbProviderSpecificTypePropertyAttribute.cs / 1305376 / DbProviderSpecificTypePropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { using System; [Serializable] [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public sealed class DbProviderSpecificTypePropertyAttribute : System.Attribute { private bool _isProviderSpecificTypeProperty; public DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty) { _isProviderSpecificTypeProperty = isProviderSpecificTypeProperty; } public bool IsProviderSpecificTypeProperty { get { return _isProviderSpecificTypeProperty; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { using System; [Serializable] [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public sealed class DbProviderSpecificTypePropertyAttribute : System.Attribute { private bool _isProviderSpecificTypeProperty; public DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty) { _isProviderSpecificTypeProperty = isProviderSpecificTypeProperty; } public bool IsProviderSpecificTypeProperty { get { return _isProviderSpecificTypeProperty; } } } } // 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
- DefaultParameterValueAttribute.cs
- WindowsBrush.cs
- TableItemStyle.cs
- ValidationHelper.cs
- CapabilitiesSection.cs
- MatrixCamera.cs
- InputScopeNameConverter.cs
- SessionStateSection.cs
- ErrorStyle.cs
- ListViewHitTestInfo.cs
- VersionValidator.cs
- Group.cs
- AspNetSynchronizationContext.cs
- SchemaDeclBase.cs
- SafeFileMapViewHandle.cs
- PointLightBase.cs
- WebConfigurationManager.cs
- DecodeHelper.cs
- RunInstallerAttribute.cs
- CqlLexerHelpers.cs
- PerfCounterSection.cs
- JobDuplex.cs
- InterleavedZipPartStream.cs
- ResourcesBuildProvider.cs
- QilIterator.cs
- DesignerEditorPartChrome.cs
- EntryPointNotFoundException.cs
- EventPrivateKey.cs
- HashMembershipCondition.cs
- AffineTransform3D.cs
- XmlUtf8RawTextWriter.cs
- WebPartMinimizeVerb.cs
- TransactionScope.cs
- StylusPointPropertyId.cs
- Token.cs
- TypeBinaryExpression.cs
- CancellationHandler.cs
- PersistenceTypeAttribute.cs
- WebPartsPersonalization.cs
- RuleSetReference.cs
- Publisher.cs
- DockPattern.cs
- CustomPeerResolverService.cs
- TextBlockAutomationPeer.cs
- DeleteIndexBinder.cs
- ContextProperty.cs
- EntityDataSourceConfigureObjectContextPanel.cs
- UnmanagedMemoryStreamWrapper.cs
- NavigationService.cs
- WebServiceReceiveDesigner.cs
- SpoolingTask.cs
- Application.cs
- IndexExpression.cs
- WhereQueryOperator.cs
- Image.cs
- ConnectionsZone.cs
- XmlCustomFormatter.cs
- ObjectDataSourceStatusEventArgs.cs
- DrawingBrush.cs
- Subtree.cs
- MessageAction.cs
- SqlTypeConverter.cs
- RenderingEventArgs.cs
- WebPartTransformerAttribute.cs
- ResourcePermissionBaseEntry.cs
- AuthenticationServiceManager.cs
- ElementNotEnabledException.cs
- FilteredDataSetHelper.cs
- ConfigurationLocation.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- Invariant.cs
- SmtpReplyReader.cs
- CLRBindingWorker.cs
- TextMetrics.cs
- DefaultWorkflowTransactionService.cs
- UnknownExceptionActionHelper.cs
- XmlLanguage.cs
- DirectoryObjectSecurity.cs
- XmlDataSourceView.cs
- RuleRefElement.cs
- PlatformCulture.cs
- ReadOnlyPropertyMetadata.cs
- PropertyEmitter.cs
- VerticalAlignConverter.cs
- ScalarRestriction.cs
- RayMeshGeometry3DHitTestResult.cs
- FontNamesConverter.cs
- WebControlToolBoxItem.cs
- LightweightCodeGenerator.cs
- DirectionalLight.cs
- DataServiceClientException.cs
- TrackingRecord.cs
- infer.cs
- AggregateNode.cs
- ControlParameter.cs
- AssociationSetEnd.cs
- DateTimePicker.cs
- WindowsPrincipal.cs
- CaseStatementProjectedSlot.cs
- SafePEFileHandle.cs