BdcQueryConnection.EntityNamespace property

Gets the namespace of the external content type that defines connectivity information for the data source accessed from the external list.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property EntityNamespace As String
    Get
'Usage
Dim instance As BdcQueryConnection
Dim value As String

value = instance.EntityNamespace
public abstract string EntityNamespace { get; }

Property value

Type: System.String
The namespace of the external content type.

See also

Reference

BdcQueryConnection class

BdcQueryConnection members

Microsoft.Office.InfoPath namespace