Sdílet prostřednictvím


Row Konstruktor

Definice

Inicializuje novou instanci Row třídy se zadanou hodnotou prvního sloupce a volitelnými hodnotami po sobě jdoucích sloupců.

public:
 Row(System::Collections::Generic::KeyValuePair<System::String ^, System::Data::Common::CommandTrees::DbExpression ^> columnValue, ... cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Data::Common::CommandTrees::DbExpression ^>> ^ columnValues);
public Row (System.Collections.Generic.KeyValuePair<string,System.Data.Common.CommandTrees.DbExpression> columnValue, params System.Collections.Generic.KeyValuePair<string,System.Data.Common.CommandTrees.DbExpression>[] columnValues);
new System.Data.Common.CommandTrees.ExpressionBuilder.Row : System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression> * System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>[] -> System.Data.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>

Pár klíč-hodnota, který poskytuje první sloupec v instanci nového řádku. (povinné)

columnValues
KeyValuePair<String,DbExpression>[]

Páry klíč-hodnota, které poskytují všechny následné sloupce v instanci nového řádku. (volitelné)

Platí pro