Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DurationConverter.cs
- FlowDocumentFormatter.cs
- Grid.cs
- ChangeInterceptorAttribute.cs
- SafeRightsManagementHandle.cs
- _NtlmClient.cs
- UIPropertyMetadata.cs
- HttpCookie.cs
- HttpHandlerActionCollection.cs
- clipboard.cs
- PhonemeConverter.cs
- KeyInfo.cs
- DetailsViewInsertedEventArgs.cs
- ObjectIDGenerator.cs
- ToolStripSystemRenderer.cs
- ImageField.cs
- Main.cs
- _CookieModule.cs
- SamlSecurityToken.cs
- DataGridViewHitTestInfo.cs
- GraphicsContainer.cs
- Literal.cs
- GradientStop.cs
- CallSite.cs
- Timeline.cs
- MarkupObject.cs
- DeviceFilterEditorDialog.cs
- ToolboxItemCollection.cs
- DesignerLoader.cs
- ReturnType.cs
- SliderAutomationPeer.cs
- ThicknessKeyFrameCollection.cs
- BinHexEncoding.cs
- BaseProcessor.cs
- ExtractedStateEntry.cs
- XmlObjectSerializerReadContext.cs
- BulletChrome.cs
- IteratorFilter.cs
- WhiteSpaceTrimStringConverter.cs
- HuffModule.cs
- UnmanagedHandle.cs
- Cell.cs
- FixedBufferAttribute.cs
- CmsInterop.cs
- ArgumentsParser.cs
- DSGeneratorProblem.cs
- XslVisitor.cs
- mediaeventargs.cs
- ScriptComponentDescriptor.cs
- CodeConstructor.cs
- ProtocolsConfigurationEntry.cs
- ProcessThread.cs
- ObjectStateManagerMetadata.cs
- GorillaCodec.cs
- BitmapDownload.cs
- XmlAttribute.cs
- AutomationElement.cs
- DotAtomReader.cs
- XPathSingletonIterator.cs
- DataGrid.cs
- InfoCardMasterKey.cs
- MulticastIPAddressInformationCollection.cs
- XamlReaderConstants.cs
- Style.cs
- SerialErrors.cs
- UserPreferenceChangingEventArgs.cs
- MonitoringDescriptionAttribute.cs
- ListViewUpdatedEventArgs.cs
- PowerStatus.cs
- Merger.cs
- MailMessageEventArgs.cs
- PerfCounterSection.cs
- HttpWebRequestElement.cs
- UInt16.cs
- complextypematerializer.cs
- DataGridViewHitTestInfo.cs
- PropertyItemInternal.cs
- SoapIgnoreAttribute.cs
- CommandArguments.cs
- EntityContainerAssociationSet.cs
- RoutedEventHandlerInfo.cs
- QuotedPrintableStream.cs
- CommandEventArgs.cs
- CodeThrowExceptionStatement.cs
- DataPagerFieldCommandEventArgs.cs
- ThemeInfoAttribute.cs
- MouseEventArgs.cs
- HandleRef.cs
- FilteredXmlReader.cs
- RtfToXamlReader.cs
- IFlowDocumentViewer.cs
- DataSetMappper.cs
- Misc.cs
- AttributeCollection.cs
- LinqDataSourceStatusEventArgs.cs
- Baml2006ReaderFrame.cs
- InvokeProviderWrapper.cs
- SqlCacheDependencySection.cs
- DataRow.cs
- UniqueIdentifierService.cs