DbExpressionBuilder.CreateRef Method
.NET Framework 4.5
Creates a new DbRefExpression that encodes a reference to a specific entity of a given type based on key values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateRef(EntitySet, IEnumerable<DbExpression>) | Creates a new DbRefExpression that encodes a reference to a specific entity based on key values. |
|
CreateRef(EntitySet, DbExpression[]) | Creates a new DbRefExpression that encodes a reference to a specific entity based on key values. |
|
CreateRef(EntitySet, EntityType, IEnumerable<DbExpression>) | Creates a new DbRefExpression that encodes a reference to a specific entity of a given type based on key values. |
|
CreateRef(EntitySet, EntityType, DbExpression[]) | Creates a new DbRefExpression that encodes a reference to a specific entity of a given type based on key values. |