SingletonSegment(IEdmSingleton) Constructeur
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.
Générer un segment représentant un singleton
public SingletonSegment (Microsoft.OData.Edm.IEdmSingleton singleton);
new Microsoft.OData.UriParser.SingletonSegment : Microsoft.OData.Edm.IEdmSingleton -> Microsoft.OData.UriParser.SingletonSegment
Public Sub New (singleton As IEdmSingleton)
Paramètres
- singleton
- IEdmSingleton
Singleton représenté par ce segment.
Exceptions
Lève si le singleton d’entrée est null.