Freigeben über


EdmCoreModel.GetString-Methode (Boolean)

Ruft einen Verweis auf einen Zeichenfolgentyp ab.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

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

Parameter

  • isNullable
    Typ: System.Boolean
    true , um anzugeben, dass der referenzierte Typ NULL-Werte zulassen soll, andernfalls false.

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmStringTypeReference
Ein Zeichenfolgentypverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

GetString-Überladung

Microsoft.Data.Edm.Library-Namespace