Partager via


Méthode EdmCoreModel.GetString (Boolean)

Obtient une référence à un type chaîne.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Function GetString ( _
    isNullable As Boolean _
) As IEdmStringTypeReference
'Utilisation
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmStringTypeReference

returnValue = instance.GetString(isNullable)
public IEdmStringTypeReference GetString(
    bool isNullable
)
public:
IEdmStringTypeReference^ GetString(
    bool isNullable
)
member GetString : 
        isNullable:bool -> IEdmStringTypeReference 
public function GetString(
    isNullable : boolean
) : IEdmStringTypeReference

Paramètres

  • isNullable
    Type : System.Boolean
    true pour indiquer que le type référencé doit être Nullable ; sinon, false.

Valeur de retour

Type : Microsoft.Data.Edm.IEdmStringTypeReference
Référence de type chaîne.

Voir aussi

Référence

EdmCoreModel Classe

Surcharge GetString

Espace de noms Microsoft.Data.Edm.Library