Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- BaseCollection.cs
- GeneralTransformGroup.cs
- StrokeFIndices.cs
- MouseGestureValueSerializer.cs
- MultiAsyncResult.cs
- _SafeNetHandles.cs
- InputScopeAttribute.cs
- SoundPlayer.cs
- AttributeAction.cs
- IisTraceWebEventProvider.cs
- InvalidAsynchronousStateException.cs
- DelegatingStream.cs
- AsyncWaitHandle.cs
- XmlWriterSettings.cs
- EventTask.cs
- ImageListStreamer.cs
- EventPrivateKey.cs
- ReadOnlyNameValueCollection.cs
- IdentitySection.cs
- LinqDataSourceDisposeEventArgs.cs
- GPRECT.cs
- WmfPlaceableFileHeader.cs
- TableCell.cs
- WindowsSysHeader.cs
- XmlCharCheckingReader.cs
- WebPartMinimizeVerb.cs
- CellTreeNodeVisitors.cs
- EmbossBitmapEffect.cs
- ImmutableObjectAttribute.cs
- XsltLibrary.cs
- ArgIterator.cs
- LayoutEditorPart.cs
- ImportException.cs
- TreeNodeCollectionEditorDialog.cs
- Int64Animation.cs
- HyperLinkColumn.cs
- DependencyPropertyKey.cs
- ToolStripSystemRenderer.cs
- EntityContainerEmitter.cs
- DayRenderEvent.cs
- CodeNamespaceCollection.cs
- ActiveXHost.cs
- DragStartedEventArgs.cs
- SafeThreadHandle.cs
- GetPageNumberCompletedEventArgs.cs
- OleDbPropertySetGuid.cs
- InfoCardClaimCollection.cs
- Utilities.cs
- FixedSOMTableRow.cs
- MatrixCamera.cs
- FontCollection.cs
- ConnectionInterfaceCollection.cs
- PreloadedPackages.cs
- OperationInvokerTrace.cs
- Button.cs
- BeginEvent.cs
- TextModifierScope.cs
- DbConnectionPoolGroup.cs
- SerializationAttributes.cs
- _BaseOverlappedAsyncResult.cs
- ContractValidationHelper.cs
- GetPageCompletedEventArgs.cs
- XPathDocument.cs
- QuaternionAnimation.cs
- CommonObjectSecurity.cs
- ServiceReflector.cs
- PolicyFactory.cs
- OSFeature.cs
- XmlLanguage.cs
- EntityDataSourceColumn.cs
- EntityClassGenerator.cs
- SharedConnectionInfo.cs
- FieldValue.cs
- WebPartCollection.cs
- CompositeCollection.cs
- TcpTransportElement.cs
- MustUnderstandSoapException.cs
- IPHostEntry.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- BaseDataList.cs
- TraceContextRecord.cs
- SqlGenerator.cs
- DynamicResourceExtension.cs
- Table.cs
- FixedTextView.cs
- DataGridTextBoxColumn.cs
- ByteArrayHelperWithString.cs
- IfAction.cs
- TraceContextEventArgs.cs
- ScriptRegistrationManager.cs
- BuildProviderAppliesToAttribute.cs
- DateTimeValueSerializer.cs
- ModelItem.cs
- SQLInt32.cs
- SqlTriggerAttribute.cs
- HtmlElementEventArgs.cs
- QilXmlWriter.cs
- MembershipValidatePasswordEventArgs.cs
- SpotLight.cs
- FullTrustAssembliesSection.cs