ObjectQuery<T>, constructeur (String, ObjectContext, MergeOption)
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Crée une instance ObjectQuery<T> avec la commande Entity SQL spécifiée comme requête initiale et l'option de fusion spécifiée.
Espace de noms : System.Data.Entity.Core.Objects
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Sub New ( _
commandText As String, _
context As ObjectContext, _
mergeOption As MergeOption _
)
'Utilisation
Dim commandText As String
Dim context As ObjectContext
Dim mergeOption As MergeOption
Dim instance As New ObjectQuery(commandText, _
context, mergeOption)
public ObjectQuery(
string commandText,
ObjectContext context,
MergeOption mergeOption
)
public:
ObjectQuery(
String^ commandText,
ObjectContext^ context,
MergeOption mergeOption
)
new :
commandText:string *
context:ObjectContext *
mergeOption:MergeOption -> ObjectQuery
public function ObjectQuery(
commandText : String,
context : ObjectContext,
mergeOption : MergeOption
)
Paramètres
- commandText
Type : System.String
Requête Entity SQL.
- context
Type : System.Data.Entity.Core.Objects.ObjectContext
Objet ObjectContext sur lequel exécuter la requête.
- mergeOption
Type : System.Data.Entity.Core.Objects.MergeOption
Spécifie comment les entités récupérées au moyen de cette requête doivent être fusionnées avec les entités retournées à partir des requêtes précédentes contre le même objet ObjectContext.