DbExpressionBuilder.Scan Method (EntitySetBase)
Creates a new DbScanExpression that references the specified entity or relationship set.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- targetSet
-
Type:
System.Data.Entity.Core.Metadata.Edm.EntitySetBase
Metadata for the entity or relationship set to reference.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbScanExpressionA new DbScanExpression based on the specified entity or relationship set.
Exception | Condition |
---|---|
ArgumentNullException | targetSet is null. |