IModelElement.IsExternal Method

Returns a value that indicates whether the object was loaded from an external source and is not a part of the schema model.

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

Syntax

'Declaration
Function IsExternal As Boolean
bool IsExternal()
bool IsExternal()
abstract IsExternal : unit -> bool 
function IsExternal() : boolean

Return Value

Type: System.Boolean
true if the object is external; otherwise, false.

.NET Framework Security

See Also

Reference

IModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace