Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / Common / DbProviderSpecificTypePropertyAttribute.cs / 1 / DbProviderSpecificTypePropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.Common { using System; [Serializable] [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] #if WINFSInternalOnly internal #else public #endif 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MergeLocalizationDirectives.cs
- BuildManager.cs
- Types.cs
- SslStream.cs
- AssemblyHash.cs
- XmlKeywords.cs
- DetailsViewInsertedEventArgs.cs
- NamedElement.cs
- SemaphoreSecurity.cs
- ListViewUpdatedEventArgs.cs
- ParallelRangeManager.cs
- RayHitTestParameters.cs
- SecurityRequiresReviewAttribute.cs
- TimeoutException.cs
- ToolStripPanelRow.cs
- XmlSchemaSimpleContentExtension.cs
- Executor.cs
- DataGrid.cs
- infer.cs
- CodeDOMUtility.cs
- ToolStripContentPanelRenderEventArgs.cs
- VScrollProperties.cs
- HTMLTextWriter.cs
- WebPartConnectionsCancelEventArgs.cs
- SqlDependency.cs
- SubMenuStyleCollection.cs
- KernelTypeValidation.cs
- ListViewTableCell.cs
- SurrogateSelector.cs
- CompiledXpathExpr.cs
- ReliableChannelListener.cs
- SQLStringStorage.cs
- WindowsGraphicsWrapper.cs
- PropertyReferenceSerializer.cs
- XmlObjectSerializerContext.cs
- ReachSerializerAsync.cs
- CqlGenerator.cs
- EnumUnknown.cs
- ContainerVisual.cs
- Barrier.cs
- BatchParser.cs
- ObjectStorage.cs
- CaseStatement.cs
- ServiceChannelManager.cs
- WasHttpHandlersInstallComponent.cs
- shaper.cs
- RotateTransform3D.cs
- IndexedGlyphRun.cs
- FormatConvertedBitmap.cs
- SetIterators.cs
- ChannelManager.cs
- CodeStatementCollection.cs
- SiteMapNodeItem.cs
- SymmetricSecurityProtocolFactory.cs
- Vector3DValueSerializer.cs
- XmlNamespaceMapping.cs
- Compiler.cs
- Variable.cs
- LicenseProviderAttribute.cs
- Instrumentation.cs
- ObjectResult.cs
- DataServiceConfiguration.cs
- Journal.cs
- TemplateInstanceAttribute.cs
- InvalidCommandTreeException.cs
- InternalSafeNativeMethods.cs
- EventArgs.cs
- HtmlInputSubmit.cs
- DecimalKeyFrameCollection.cs
- FolderBrowserDialog.cs
- BrowserCapabilitiesCompiler.cs
- Directory.cs
- EncryptedReference.cs
- StrokeCollectionDefaultValueFactory.cs
- AsyncSerializedWorker.cs
- OdbcCommand.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- ToolstripProfessionalRenderer.cs
- X509Chain.cs
- GeometryConverter.cs
- DbConnectionPoolCounters.cs
- MessageVersionConverter.cs
- FocusWithinProperty.cs
- WindowsPen.cs
- Decimal.cs
- CipherData.cs
- ThemeDictionaryExtension.cs
- ASCIIEncoding.cs
- TrackPointCollection.cs
- COM2ComponentEditor.cs
- CreatingCookieEventArgs.cs
- SmtpException.cs
- MulticastOption.cs
- ReadOnlyDictionary.cs
- XmlSiteMapProvider.cs
- MailAddressCollection.cs
- SspiNegotiationTokenAuthenticatorState.cs
- MaterialCollection.cs
- ObjectTag.cs
- PagedDataSource.cs