IMetadataDisplayInfoProvider.CollectionToString Method

Definition

Overloads

CollectionToString<T>(IMetadataCollection<T>, Boolean)
CollectionToString<T>(IMetadataOrderedCollection<T>, Boolean)

CollectionToString<T>(IMetadataCollection<T>, Boolean)

public string CollectionToString<T> (Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> metadataCollection, bool singleLine) where T : class, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject;
abstract member CollectionToString : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> * bool -> string (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)
Public Function CollectionToString(Of T As {Class, IMetadataObject}) (metadataCollection As IMetadataCollection(Of T), singleLine As Boolean) As String

Type Parameters

T

Parameters

metadataCollection
IMetadataCollection<T>
singleLine
Boolean

Returns

Applies to

CollectionToString<T>(IMetadataOrderedCollection<T>, Boolean)

public string CollectionToString<T> (Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataOrderedCollection<T> metadataCollection, bool singleLine) where T : class, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject;
abstract member CollectionToString : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataOrderedCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> * bool -> string (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)
Public Function CollectionToString(Of T As {Class, IMetadataObject}) (metadataCollection As IMetadataOrderedCollection(Of T), singleLine As Boolean) As String

Type Parameters

T

Parameters

metadataCollection
IMetadataOrderedCollection<T>
singleLine
Boolean

Returns

Applies to