Row(KeyValuePair<String,DbExpression>, KeyValuePair<String,DbExpression>[]) Construtor
Definição
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)())
Parâmetros
- columnValue
- KeyValuePair<String,DbExpression>
Um par chave-valor que fornece a primeira coluna na nova instância de linha.A key-value pair that provides the first column in the new row instance. (obrigatório)(required)
- columnValues
- KeyValuePair<String,DbExpression>[]
Um par chave-valor que fornece quaisquer colunas subsequentes na nova instância de linha.A key-value pairs that provide any subsequent columns in the new row instance. (opcional)(optional)