Row Constructor (KeyValuePair<String, DbExpression>, KeyValuePair<String, DbExpression>[])
Initializes a new instance of the Row class with the specified first column value and optional successive column values
Assembly: EntityFramework (in EntityFramework.dll)
public Row( KeyValuePair<string, DbExpression> columnValue, params KeyValuePair<string, DbExpression>[] columnValues )
Parameters
- columnValue
-
Type:
System.Collections.Generic.KeyValuePair<String, DbExpression>
A key-value pair that provides the first column in the new row instance (required).
- columnValues
-
Type:
System.Collections.Generic.KeyValuePair<String, DbExpression>[]
Key-value pairs that provide any subsequent columns in the new row instance (optional).