RowValue.ColumnValues Property
Gets a list of column values.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnValues As IList(Of Expression)
'Usage
Dim instance As RowValue
Dim value As IList(Of Expression)
value = instance.ColumnValues
public IList<Expression> ColumnValues { get; }
public:
property IList<Expression^>^ ColumnValues {
IList<Expression^>^ get ();
}
public function get ColumnValues () : IList<Expression>
Property Value
Type: System.Collections.Generic.IList<Expression>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.