Partager via


EdmCoreModel.GetString Méthode

Définition

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.

maxLength
Nullable<Int32>

Longueur maximale du type.

isUnicode
Nullable<Boolean>

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.

S’applique à