BdcDataSource.EntityNamespace Property
Gets or sets the namespace of the entity for which to return data.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EntityNamespace As String
Get
Set
'Usage
Dim instance As BdcDataSource
Dim value As String
value = instance.EntityNamespace
instance.EntityNamespace = value
public string EntityNamespace { get; set; }
Property Value
Type: System.String
A String object.
Remarks
If the Mode property is set to AssociationList, the value of this property is namespace of the parent entity in the association.