Share via


ModelStore.Identifier.IsExternal Method

Returns whether the name has external reference parts.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function IsExternal As Boolean
'Usage
Dim instance As ModelStore.Identifier 
Dim returnValue As Boolean 

returnValue = instance.IsExternal()
public bool IsExternal()
public:
bool IsExternal()
public function IsExternal() : boolean

Return Value

Type: System.Boolean
Returns true if the name has external reference parts, false otherwise.

.NET Framework Security

See Also

Reference

ModelStore.Identifier Class

ModelStore.Identifier Members

Microsoft.Data.Schema.SchemaModel Namespace