Show / Hide Table of Contents

Class ConnectionSummaryExtensions

Extension methods to ConnectionSummary

Inheritance
System.Object
ConnectionSummaryExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Microsoft.SqlTools.ServiceLayer.Connection.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public static class ConnectionSummaryExtensions

Methods

| Improve this Doc View Source

Clone(ConnectionSummary)

Create a copy of a ConnectionSummary object

Declaration
public static ConnectionSummary Clone(this ConnectionSummary summary)
Parameters
Type Name Description
ConnectionSummary summary
Returns
Type Description
ConnectionSummary
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX