EdmCoreModel.GetString 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
GetString(Boolean) |
Obtient une référence à une définition de type chaîne binaire. |
GetString(Boolean, Nullable<Int32>, Nullable<Boolean>, Boolean) |
Obtient une référence à une définition de type primitif de chaîne. |
GetString(Boolean)
Obtient une référence à une définition de type chaîne binaire.
public Microsoft.OData.Edm.IEdmStringTypeReference GetString (bool isNullable);
member this.GetString : bool -> Microsoft.OData.Edm.IEdmStringTypeReference
Public Function GetString (isNullable As Boolean) As IEdmStringTypeReference
Paramètres
- isNullable
- Boolean
Indicateur spécifiant si le type référencé doit avoir la valeur Null.
Retours
Nouvelle référence de type de chaîne.
S’applique à
GetString(Boolean, Nullable<Int32>, Nullable<Boolean>, Boolean)
Obtient une référence à une définition de type primitif de chaîne.
public Microsoft.OData.Edm.IEdmStringTypeReference GetString (bool isUnbounded, int? maxLength, bool? isUnicode, bool isNullable);
member this.GetString : bool * Nullable<int> * Nullable<bool> * bool -> Microsoft.OData.Edm.IEdmStringTypeReference
Public Function GetString (isUnbounded As Boolean, maxLength As Nullable(Of Integer), isUnicode As Nullable(Of Boolean), isNullable As Boolean) As IEdmStringTypeReference
Paramètres
- isUnbounded
- Boolean
Indicateur spécifiant si la longueur maximale est la valeur maximale autorisée.
Indicateur spécifiant si le type doit prendre en charge l’encodage Unicode.
- isNullable
- Boolean
Indicateur spécifiant si le type référencé doit avoir la valeur Null.
Retours
Nouvelle référence de type de chaîne.