Condividi tramite


Metodo EdmCoreModel.GetString (Boolean)

Ottiene un riferimento a un tipo stringa.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Function GetString ( _
    isNullable As Boolean _
) As IEdmStringTypeReference
'Utilizzo
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

Parametri

  • isNullable
    Tipo: System.Boolean
    true per indicare che il tipo a cui viene fatto riferimento deve ammettere i valori Null; in caso contrario, false.

Valore restituito

Tipo: Microsoft.Data.Edm.IEdmStringTypeReference
Riferimento a un tipo stringa.

Vedere anche

Riferimento

EdmCoreModel Classe

Overload GetString

Spazio dei nomi Microsoft.Data.Edm.Library