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
- Size.cs
- ComplexTypeEmitter.cs
- DataObjectMethodAttribute.cs
- ReflectPropertyDescriptor.cs
- BinaryObjectInfo.cs
- HttpResponseBase.cs
- MessageBox.cs
- DataGridTextBox.cs
- TerminateDesigner.cs
- OleDbConnectionFactory.cs
- DSASignatureFormatter.cs
- WindowsToolbar.cs
- NativeMethods.cs
- WindowsTokenRoleProvider.cs
- EntityDataSourceDataSelection.cs
- XmlCharCheckingReader.cs
- ReferenceEqualityComparer.cs
- NestedContainer.cs
- EntityStoreSchemaGenerator.cs
- WindowsFormsHelpers.cs
- FlowchartDesigner.Helpers.cs
- ImageClickEventArgs.cs
- ButtonStandardAdapter.cs
- MediaTimeline.cs
- ActivityDesignerAccessibleObject.cs
- DataGridGeneralPage.cs
- Model3DGroup.cs
- ToolStripDesignerAvailabilityAttribute.cs
- TypeToken.cs
- x509store.cs
- SqlReorderer.cs
- PnrpPeerResolverBindingElement.cs
- ObjectDataSourceFilteringEventArgs.cs
- GiveFeedbackEventArgs.cs
- DBSqlParserTable.cs
- InstanceDataCollectionCollection.cs
- EnvelopedPkcs7.cs
- BufferBuilder.cs
- Rule.cs
- HandlerWithFactory.cs
- MarkupObject.cs
- DiscoveryMessageSequenceCD1.cs
- ReferencedCollectionType.cs
- TypeConverter.cs
- glyphs.cs
- CompositeScriptReference.cs
- PropertyAccessVisitor.cs
- WorkflowMarkupSerializerMapping.cs
- NegatedConstant.cs
- Win32Interop.cs
- IImplicitResourceProvider.cs
- ApplicationInfo.cs
- SqlDataSourceView.cs
- DataKey.cs
- AuthenticationService.cs
- AddressHeader.cs
- SqlBinder.cs
- ScrollItemProviderWrapper.cs
- InputScope.cs
- XPathQilFactory.cs
- QuaternionConverter.cs
- IisTraceWebEventProvider.cs
- EntityClientCacheEntry.cs
- DesignerForm.cs
- ThreadAttributes.cs
- RoutedEventConverter.cs
- StandardToolWindows.cs
- ConstNode.cs
- EntityWrapperFactory.cs
- TextBlock.cs
- StylusCaptureWithinProperty.cs
- ResourceReferenceKeyNotFoundException.cs
- MimeTextImporter.cs
- GenericEnumConverter.cs
- FacetValues.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- PageContentCollection.cs
- HtmlInputText.cs
- ExpandableObjectConverter.cs
- WebPartDisplayMode.cs
- ScrollChrome.cs
- SettingsPropertyIsReadOnlyException.cs
- ExtractorMetadata.cs
- SrgsToken.cs
- DesignTable.cs
- basenumberconverter.cs
- SpellerError.cs
- WmlCalendarAdapter.cs
- WebPartExportVerb.cs
- sortedlist.cs
- ThemeableAttribute.cs
- FormClosingEvent.cs
- CodeVariableReferenceExpression.cs
- BindUriHelper.cs
- TextFormatterContext.cs
- EntityViewGenerationAttribute.cs
- TreeNodeStyle.cs
- CFGGrammar.cs
- AppDomainUnloadedException.cs
- VerticalAlignConverter.cs