DbExpressionBuilder.Scan(EntitySetBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new DbScanExpression that references the specified entity or relationship set.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbScanExpression ^ Scan(System::Data::Metadata::Edm::EntitySetBase ^ targetSet);
public static System.Data.Common.CommandTrees.DbScanExpression Scan (this System.Data.Metadata.Edm.EntitySetBase targetSet);
static member Scan : System.Data.Metadata.Edm.EntitySetBase -> System.Data.Common.CommandTrees.DbScanExpression
<Extension()>
Public Function Scan (targetSet As EntitySetBase) As DbScanExpression
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.