Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / FunctionImportElement.cs / 1 / FunctionImportElement.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Globalization; using System.Xml; using System.Xml.Schema; using System.Data; using System.IO; using System.Data.Metadata.Edm; using System.Data.Entity; namespace System.Data.EntityModel.SchemaObjectModel { internal class FunctionImportElement : Function { internal FunctionImportElement(EntityContainer container) : base(container) { } public override bool IsFunctionImport { get { return true; } } public override string FQName { get { return this.Name; } } public override string Identity { get { return base.Name; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Globalization; using System.Xml; using System.Xml.Schema; using System.Data; using System.IO; using System.Data.Metadata.Edm; using System.Data.Entity; namespace System.Data.EntityModel.SchemaObjectModel { internal class FunctionImportElement : Function { internal FunctionImportElement(EntityContainer container) : base(container) { } public override bool IsFunctionImport { get { return true; } } public override string FQName { get { return this.Name; } } public override string Identity { get { return base.Name; } } } } // 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
- AssemblyName.cs
- RectConverter.cs
- DescendentsWalkerBase.cs
- XmlTextAttribute.cs
- DynamicPropertyReader.cs
- Rule.cs
- WebProxyScriptElement.cs
- ContourSegment.cs
- ConfigUtil.cs
- LightweightCodeGenerator.cs
- FormsAuthenticationUser.cs
- CodeMethodMap.cs
- SettingsProviderCollection.cs
- SqlProcedureAttribute.cs
- AutoGeneratedField.cs
- SkipQueryOptionExpression.cs
- SynchronizationLockException.cs
- JsonByteArrayDataContract.cs
- MessageQueueInstaller.cs
- RunWorkerCompletedEventArgs.cs
- GridItemProviderWrapper.cs
- DocumentProperties.cs
- FixedSchema.cs
- DataGridViewElement.cs
- DbParameterHelper.cs
- httpserverutility.cs
- DrawingAttributesDefaultValueFactory.cs
- MessageEnumerator.cs
- CommonProperties.cs
- MappingModelBuildProvider.cs
- XmlAnyElementAttributes.cs
- util.cs
- DBSqlParser.cs
- PropertyChangingEventArgs.cs
- StylusCollection.cs
- Int16.cs
- XPathAncestorQuery.cs
- PointCollectionConverter.cs
- CacheChildrenQuery.cs
- ColorInterpolationModeValidation.cs
- SBCSCodePageEncoding.cs
- SecurityTokenValidationException.cs
- SqlBuffer.cs
- DictionaryEntry.cs
- UsernameTokenFactoryCredential.cs
- EdgeModeValidation.cs
- ProxyHwnd.cs
- XmlSchemaDatatype.cs
- Timer.cs
- WebBrowserSiteBase.cs
- GrammarBuilderDictation.cs
- UnitySerializationHolder.cs
- TransactedReceiveScope.cs
- XmlDataFileEditor.cs
- CrossSiteScriptingValidation.cs
- TextElementAutomationPeer.cs
- PrivilegedConfigurationManager.cs
- TimerElapsedEvenArgs.cs
- ForwardPositionQuery.cs
- ExpressionBuilder.cs
- SQLMoneyStorage.cs
- LayoutEngine.cs
- KeyFrames.cs
- WindowsGraphicsCacheManager.cs
- MimeObjectFactory.cs
- ValidationHelper.cs
- dataprotectionpermission.cs
- EmptyEnumerable.cs
- AnnotationObservableCollection.cs
- AuthenticationService.cs
- XamlBrushSerializer.cs
- SamlConditions.cs
- StrongNameIdentityPermission.cs
- CopyNamespacesAction.cs
- SiteMapNodeCollection.cs
- Normalization.cs
- ParagraphVisual.cs
- NonVisualControlAttribute.cs
- HttpListenerResponse.cs
- LineBreak.cs
- StringFunctions.cs
- BuildProvider.cs
- Scheduling.cs
- ItemCollection.cs
- EventMap.cs
- SelectionProcessor.cs
- AbandonedMutexException.cs
- LinearKeyFrames.cs
- _NTAuthentication.cs
- CompressionTransform.cs
- MergablePropertyAttribute.cs
- CreateUserWizardStep.cs
- XmlHelper.cs
- MatrixTransform.cs
- URI.cs
- RedirectionProxy.cs
- _IPv4Address.cs
- Publisher.cs
- ChannelServices.cs
- WebPartConnectionCollection.cs