EdmCoreModel.GetString Method (Boolean)
Gets a reference to a string type.
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
Parameters
- isNullable
Type: System.Boolean
true to indicate that the referenced type should be nullable; otherwise, false.
Return Value
Type: Microsoft.Data.Edm.IEdmStringTypeReference
A string type reference.