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
- CompModSwitches.cs
- PlaceHolder.cs
- DataGridViewCellConverter.cs
- TerminateWorkflow.cs
- WhitespaceRule.cs
- Nodes.cs
- documentsequencetextpointer.cs
- KeyEventArgs.cs
- PerformanceCountersElement.cs
- externdll.cs
- VirtualDirectoryMappingCollection.cs
- ExtractedStateEntry.cs
- OleDbErrorCollection.cs
- ClientOptions.cs
- WinFormsSecurity.cs
- ConfigurationElementProperty.cs
- TraceSwitch.cs
- WebConfigManager.cs
- OperandQuery.cs
- StaticContext.cs
- TcpClientCredentialType.cs
- DataSourceHelper.cs
- webbrowsersite.cs
- ProxyWebPart.cs
- CqlLexer.cs
- FixedTextPointer.cs
- MetadataResolver.cs
- MetabaseSettings.cs
- WindowHideOrCloseTracker.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- WebPartDescription.cs
- LicFileLicenseProvider.cs
- ColumnTypeConverter.cs
- Pointer.cs
- AnnotationAuthorChangedEventArgs.cs
- DataGridViewComboBoxCell.cs
- WorkflowViewManager.cs
- RequestNavigateEventArgs.cs
- ParentQuery.cs
- Group.cs
- NativeCompoundFileAPIs.cs
- DataSourceView.cs
- SqlGenericUtil.cs
- Win32MouseDevice.cs
- LabelEditEvent.cs
- QueryOutputWriter.cs
- CryptoKeySecurity.cs
- RowToParametersTransformer.cs
- DiagnosticTrace.cs
- Random.cs
- LayoutTable.cs
- SignedInfo.cs
- DropSource.cs
- ConsoleTraceListener.cs
- WebReferencesBuildProvider.cs
- BaseComponentEditor.cs
- DecimalStorage.cs
- LinkClickEvent.cs
- PostBackOptions.cs
- TypeLibConverter.cs
- HttpCapabilitiesBase.cs
- ProfileSection.cs
- SelectionGlyphBase.cs
- PolicyLevel.cs
- XmlJsonReader.cs
- MediaContextNotificationWindow.cs
- XmlRootAttribute.cs
- Stylesheet.cs
- SqlGenerator.cs
- BulletedList.cs
- XmlNodeComparer.cs
- CharacterHit.cs
- TextTreeText.cs
- RuleRefElement.cs
- DurationConverter.cs
- SubqueryRules.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- XamlReader.cs
- CommandLibraryHelper.cs
- PrimitiveSchema.cs
- Compiler.cs
- ResourceIDHelper.cs
- OutOfProcStateClientManager.cs
- DummyDataSource.cs
- ObfuscationAttribute.cs
- Point3DCollectionValueSerializer.cs
- VectorAnimationUsingKeyFrames.cs
- IHttpResponseInternal.cs
- ComponentCodeDomSerializer.cs
- Int64Storage.cs
- SelfSignedCertificate.cs
- SpinLock.cs
- ProcessModule.cs
- Slider.cs
- DeflateStreamAsyncResult.cs
- DataBoundLiteralControl.cs
- OdbcHandle.cs
- Schema.cs
- processwaithandle.cs
- ToolboxComponentsCreatedEventArgs.cs