Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DLinq / Dlinq / SqlClient / Common / SqlNodeAnnotation.cs / 1305376 / SqlNodeAnnotation.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Data.Linq.SqlClient {
///
/// Annotation about a particular SqlNode.
///
internal abstract class SqlNodeAnnotation {
string message;
internal SqlNodeAnnotation(string message) {
this.message = message;
}
internal string Message {
get {return this.message;}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Data.Linq.SqlClient {
///
/// Annotation about a particular SqlNode.
///
internal abstract class SqlNodeAnnotation {
string message;
internal SqlNodeAnnotation(string message) {
this.message = message;
}
internal string Message {
get {return this.message;}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AutomationElementCollection.cs
- RegistryKey.cs
- Substitution.cs
- CodeTryCatchFinallyStatement.cs
- GetIsBrowserClientRequest.cs
- StreamResourceInfo.cs
- SecurityElement.cs
- MailBnfHelper.cs
- AxParameterData.cs
- CryptoStream.cs
- OrderedDictionaryStateHelper.cs
- SQLBinaryStorage.cs
- MenuItem.cs
- ConstraintEnumerator.cs
- DBSchemaTable.cs
- ConvertersCollection.cs
- Int32Collection.cs
- SiteMapSection.cs
- C14NUtil.cs
- ApplicationProxyInternal.cs
- CodeMethodInvokeExpression.cs
- AttachmentService.cs
- DoubleCollectionValueSerializer.cs
- WebBrowserBase.cs
- ConnectionPoint.cs
- LoginUtil.cs
- SmiTypedGetterSetter.cs
- RestHandler.cs
- HttpModulesSection.cs
- StyleXamlParser.cs
- EncoderExceptionFallback.cs
- WindowsTab.cs
- ControlAdapter.cs
- HttpBrowserCapabilitiesWrapper.cs
- TranslateTransform3D.cs
- InvalidEnumArgumentException.cs
- WorkflowMarkupSerializationManager.cs
- CapabilitiesAssignment.cs
- HorizontalAlignConverter.cs
- FlowLayoutPanelDesigner.cs
- RightsManagementSuppressedStream.cs
- SplitterPanel.cs
- RedistVersionInfo.cs
- PropertyMap.cs
- LayoutExceptionEventArgs.cs
- CryptoProvider.cs
- DefaultBindingPropertyAttribute.cs
- XmlMapping.cs
- ParallelActivityDesigner.cs
- Simplifier.cs
- DataGridItemCollection.cs
- BindingNavigator.cs
- ApplicationManager.cs
- _ServiceNameStore.cs
- CryptoApi.cs
- DocumentViewerBase.cs
- BoolLiteral.cs
- DataGridPageChangedEventArgs.cs
- XmlSchemaProviderAttribute.cs
- ScriptingSectionGroup.cs
- UriExt.cs
- OleTxTransaction.cs
- GenericPrincipal.cs
- ControlBuilderAttribute.cs
- ProcessInfo.cs
- ConfigXmlSignificantWhitespace.cs
- StickyNoteAnnotations.cs
- ToolStripSystemRenderer.cs
- Operators.cs
- FormViewPageEventArgs.cs
- HtmlAnchor.cs
- ModelEditingScope.cs
- IPGlobalProperties.cs
- UserControlFileEditor.cs
- InstanceOwnerException.cs
- ObjectParameter.cs
- DynamicMethod.cs
- PreviewKeyDownEventArgs.cs
- ActivityCodeDomSerializationManager.cs
- Set.cs
- ApplicationSecurityInfo.cs
- RealizationContext.cs
- ConfigXmlWhitespace.cs
- EntityDataSourceChangingEventArgs.cs
- WindowsTab.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- IPPacketInformation.cs
- UrlAuthFailedErrorFormatter.cs
- Aggregates.cs
- EventLogInformation.cs
- Operator.cs
- MachineKeyConverter.cs
- SqlInfoMessageEvent.cs
- HtmlTernaryTree.cs
- Typography.cs
- ProgressBarBrushConverter.cs
- SmiMetaDataProperty.cs
- ArgumentReference.cs
- StreamWriter.cs
- FillBehavior.cs