DbExpressionBuilder.Scan(EntitySetBase) Method

Definition

Creates a new DbScanExpression that references the specified entity or relationship set.

C#
public static System.Data.Common.CommandTrees.DbScanExpression Scan(this System.Data.Metadata.Edm.EntitySetBase targetSet);

Parameters

targetSet
EntitySetBase

Metadata for the entity or relationship set to reference.

Returns

A new DbScanExpression based on the specified entity or relationship set.

Exceptions

targetSet is null.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1