Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //[....] //[....] //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WmlValidatorAdapter.cs
- Point3D.cs
- CroppedBitmap.cs
- ComEventsInfo.cs
- UriScheme.cs
- XamlInterfaces.cs
- TextInfo.cs
- BezierSegment.cs
- ConfigurationSettings.cs
- Mapping.cs
- LayoutEngine.cs
- DescendantOverDescendantQuery.cs
- FamilyTypeface.cs
- SoapAttributes.cs
- StreamReader.cs
- TemplateInstanceAttribute.cs
- ZoneIdentityPermission.cs
- Wildcard.cs
- DataAccessor.cs
- DocobjHost.cs
- EventlogProvider.cs
- MILUtilities.cs
- EncodingInfo.cs
- WebExceptionStatus.cs
- TableLayoutPanelDesigner.cs
- HMAC.cs
- WinEventQueueItem.cs
- Column.cs
- ApplicationTrust.cs
- WebPartEditorOkVerb.cs
- EventLogSession.cs
- FontNamesConverter.cs
- SQLChars.cs
- ToolStripPanel.cs
- _DisconnectOverlappedAsyncResult.cs
- SuppressMergeCheckAttribute.cs
- DefaultMemberAttribute.cs
- LogLogRecordEnumerator.cs
- ApplicationServicesHostFactory.cs
- SiteMapNodeItemEventArgs.cs
- ToolStripLabel.cs
- SqlDelegatedTransaction.cs
- BaseParser.cs
- PeerNameRegistration.cs
- WebServiceParameterData.cs
- OneOfConst.cs
- ReferenceEqualityComparer.cs
- BitmapSizeOptions.cs
- AppDomain.cs
- DBCSCodePageEncoding.cs
- RuntimeEnvironment.cs
- TemplateKey.cs
- PassportPrincipal.cs
- RegexParser.cs
- Span.cs
- StaticResourceExtension.cs
- AsyncStreamReader.cs
- SQLInt64.cs
- OperationResponse.cs
- SqlClientWrapperSmiStream.cs
- FixedSOMTextRun.cs
- TokenBasedSetEnumerator.cs
- CoreSwitches.cs
- RoleService.cs
- PeerMaintainer.cs
- UserControlDocumentDesigner.cs
- UIElement.cs
- Win32Native.cs
- XpsFilter.cs
- DataGridItem.cs
- BinaryFormatter.cs
- PackWebResponse.cs
- UntypedNullExpression.cs
- CodeGotoStatement.cs
- IpcServerChannel.cs
- XmlDeclaration.cs
- ToolbarAUtomationPeer.cs
- RecipientInfo.cs
- CodeConstructor.cs
- ListViewGroupCollectionEditor.cs
- MaskDescriptor.cs
- TagMapCollection.cs
- XmlIgnoreAttribute.cs
- Transactions.cs
- InternalResources.cs
- ImageAnimator.cs
- SqlSupersetValidator.cs
- Assert.cs
- RegexGroup.cs
- TerminatorSinks.cs
- MonthChangedEventArgs.cs
- Rotation3DKeyFrameCollection.cs
- LocalizableAttribute.cs
- DotAtomReader.cs
- DesignerSelectionListAdapter.cs
- PropertyMap.cs
- WebPartConnectionsConnectVerb.cs
- SecurityDescriptor.cs
- HtmlTextBoxAdapter.cs
- XsdValidatingReader.cs