EdmStructuredType.AddStructuralProperty Méthode
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
AddStructuralProperty(String, EdmPrimitiveTypeKind) |
Crée et ajoute une propriété structurelle Nullable à ce type. |
AddStructuralProperty(String, IEdmTypeReference) |
Crée et ajoute une propriété structurelle à ce type. |
AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean) |
Crée et ajoute une propriété structurelle Nullable à ce type. |
AddStructuralProperty(String, IEdmTypeReference, String) |
Crée et ajoute une propriété structurelle à ce type. |
AddStructuralProperty(String, EdmPrimitiveTypeKind)
Crée et ajoute une propriété structurelle Nullable à ce type.
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.EdmPrimitiveTypeKind -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As EdmPrimitiveTypeKind) As EdmStructuralProperty
Paramètres
- name
- String
Nom de la propriété.
- type
- EdmPrimitiveTypeKind
Type de la propriété.
Retours
Propriété structurelle créée.
S’applique à
AddStructuralProperty(String, IEdmTypeReference)
Crée et ajoute une propriété structurelle à ce type.
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.IEdmTypeReference type);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As IEdmTypeReference) As EdmStructuralProperty
Paramètres
- name
- String
Nom de la propriété.
- type
- IEdmTypeReference
Type de la propriété.
Retours
Propriété structurelle créée.
S’applique à
AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean)
Crée et ajoute une propriété structurelle Nullable à ce type.
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type, bool isNullable);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.EdmPrimitiveTypeKind * bool -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As EdmPrimitiveTypeKind, isNullable As Boolean) As EdmStructuralProperty
Paramètres
- name
- String
Nom de la propriété.
- type
- EdmPrimitiveTypeKind
Type de la propriété.
- isNullable
- Boolean
Indicateur spécifiant si la propriété est Nullable.
Retours
Propriété structurelle créée.
S’applique à
AddStructuralProperty(String, IEdmTypeReference, String)
Crée et ajoute une propriété structurelle à ce type.
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.IEdmTypeReference type, string defaultValue);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.IEdmTypeReference * string -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As IEdmTypeReference, defaultValue As String) As EdmStructuralProperty
Paramètres
- name
- String
Nom de la propriété.
- type
- IEdmTypeReference
Type de la propriété.
- defaultValue
- String
Valeur par défaut de cette propriété.
Retours
Propriété structurelle créée.