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}})" />.

Namespace:   System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row

public sealed class Row

NameDescription
System_CAPS_pubmethodRow(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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToExpression()

Creates a new DbNewInstanceExpression that constructs a new row based on the columns contained in this Row instance.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(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.