Udostępnij przez


Row Konstruktor

Definicja

Inicjuje Row nowe wystąpienie klasy z określoną wartością pierwszej kolumny i opcjonalnymi kolejnymi wartościami kolumn.

public Row(System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbExpression> columnValue, params System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbExpression>[] columnValues);
new System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row : System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.Common.CommandTrees.DbExpression> * System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.Common.CommandTrees.DbExpression>[] -> System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row
Public Sub New (columnValue As KeyValuePair(Of String, DbExpression), ParamArray columnValues As KeyValuePair(Of String, DbExpression)())

Parametry

columnValue
KeyValuePair<String,DbExpression>

Para klucz-wartość, która udostępnia pierwszą kolumnę w nowym wystąpieniu wiersza. (wymagane)

columnValues
KeyValuePair<String,DbExpression>[]

Pary klucz-wartość, które udostępniają wszystkie kolejne kolumny w nowym wystąpieniu wiersza. (opcjonalnie)

Dotyczy