Row Class
Represents the Row class is intended to provide a constructor-like means of calling <see cref="M:System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.DbExpressionBuilder.NewRow(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Data.Entity.Core.Common.CommandTrees.DbExpression}})" />.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Row(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 |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToExpression() | Creates a new DbNewInstanceExpression that constructs a new row based on the columns contained in this Row instance. |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Row to DbExpression) | Converts a Row object to DbExpression. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.