This topic has not yet been rated - Rate this topic

InlineDerivedTable.RowValues Property

SQL Server 2012

Gets the list of row data values.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration
Public ReadOnly Property RowValues As IList(Of RowValue)
	Get
'Usage
Dim instance As InlineDerivedTable 
Dim value As IList(Of RowValue)

value = instance.RowValues

Property Value

Type: System.Collections.Generic.IList(Of RowValue)
The list of row data values.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.