This topic has not yet been rated - Rate this topic

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
Public method Static member CreateRef(EntitySet, IEnumerable<DbExpression>) Creates a new DbRefExpression that encodes a reference to a specific entity based on key values.
Public method Static member CreateRef(EntitySet, DbExpression[]) Creates a new DbRefExpression that encodes a reference to a specific entity based on key values.
Public method Static member 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.
Public method Static member CreateRef(EntitySet, EntityType, DbExpression[]) Creates a new DbRefExpression that encodes a reference to a specific entity of a given type based on key values.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.