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
- XamlBrushSerializer.cs
- IconHelper.cs
- OdbcFactory.cs
- TableRowsCollectionEditor.cs
- AdCreatedEventArgs.cs
- KnownIds.cs
- SQLString.cs
- PostBackOptions.cs
- DefaultTextStoreTextComposition.cs
- BinaryWriter.cs
- ScriptingRoleServiceSection.cs
- ipaddressinformationcollection.cs
- AssemblyBuilder.cs
- EventTrigger.cs
- ToolStripDropDownMenu.cs
- _emptywebproxy.cs
- OpenFileDialog.cs
- DesignOnlyAttribute.cs
- DBConcurrencyException.cs
- VisualTarget.cs
- StateMachine.cs
- IdnElement.cs
- WaitHandleCannotBeOpenedException.cs
- ExceptionRoutedEventArgs.cs
- ConfigurationStrings.cs
- ApplicationSecurityInfo.cs
- DataContract.cs
- ScrollContentPresenter.cs
- ProfileInfo.cs
- Int64AnimationBase.cs
- ViewGenResults.cs
- InfoCardMasterKey.cs
- ArrayList.cs
- CodeAttributeArgumentCollection.cs
- RoleManagerEventArgs.cs
- Events.cs
- CodeStatement.cs
- SystemTcpConnection.cs
- BitmapVisualManager.cs
- SingleQueryOperator.cs
- RSAPKCS1SignatureDeformatter.cs
- WebPartCloseVerb.cs
- StickyNote.cs
- CompiledAction.cs
- MULTI_QI.cs
- RowType.cs
- PrivilegeNotHeldException.cs
- OdbcConnectionString.cs
- OperatorExpressions.cs
- SEHException.cs
- XmlSchemaAttributeGroup.cs
- TextLine.cs
- DelimitedListTraceListener.cs
- ComboBoxItem.cs
- ManagedCodeMarkers.cs
- EventMemberCodeDomSerializer.cs
- ArgumentOutOfRangeException.cs
- EntityDataSourceUtil.cs
- tibetanshape.cs
- SequenceNumber.cs
- ValidationError.cs
- QueryGeneratorBase.cs
- ListControl.cs
- ObjectRef.cs
- DrawListViewColumnHeaderEventArgs.cs
- EntityViewGenerator.cs
- FontEmbeddingManager.cs
- MetadataStore.cs
- HttpCacheParams.cs
- ExceptionHandler.cs
- SiteIdentityPermission.cs
- NamespaceQuery.cs
- InfoCardAsymmetricCrypto.cs
- BuildProvidersCompiler.cs
- _BaseOverlappedAsyncResult.cs
- WebEventTraceProvider.cs
- M3DUtil.cs
- Shared.cs
- ClientBuildManagerCallback.cs
- WebPartTransformerCollection.cs
- EventHandlerList.cs
- TextContainer.cs
- StdValidatorsAndConverters.cs
- DrawListViewItemEventArgs.cs
- TextElementEnumerator.cs
- Schema.cs
- WebBrowserHelper.cs
- LinkedResource.cs
- sitestring.cs
- DynamicResourceExtension.cs
- Pair.cs
- IndividualDeviceConfig.cs
- HandleRef.cs
- SecureStringHasher.cs
- BaseComponentEditor.cs
- PriorityQueue.cs
- ImagingCache.cs
- WaitHandle.cs
- CacheDependency.cs
- Globals.cs