PathSegment Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PathSegment(SqlExpression) |
Crée un PathSegment struct représentant l’accès à l’élément de tableau JSON. |
PathSegment(String) |
Crée un PathSegment struct représentant l’accès à la propriété JSON. |
PathSegment(SqlExpression)
- Source:
- PathSegment.cs
- Source:
- PathSegment.cs
Crée un PathSegment struct représentant l’accès à l’élément de tableau JSON.
public PathSegment (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression arrayIndex);
new Microsoft.EntityFrameworkCore.Query.PathSegment : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression -> Microsoft.EntityFrameworkCore.Query.PathSegment
Public Sub New (arrayIndex As SqlExpression)
Paramètres
- arrayIndex
- SqlExpression
abstract
Index d’un élément accessible dans le tableau JSON.
S’applique à
PathSegment(String)
- Source:
- PathSegment.cs
- Source:
- PathSegment.cs
- Source:
- PathSegment.cs
Crée un PathSegment struct représentant l’accès à la propriété JSON.
public PathSegment (string key);
public PathSegment (string propertyName);
new Microsoft.EntityFrameworkCore.Query.PathSegment : string -> Microsoft.EntityFrameworkCore.Query.PathSegment
new Microsoft.EntityFrameworkCore.Query.PathSegment : string -> Microsoft.EntityFrameworkCore.Query.PathSegment
Public Sub New (key As String)
Public Sub New (propertyName As String)
Paramètres
- keypropertyName
- String
Clé accessible dans le json.