EntityStruct class
Contains methods and properties that handle the external content type structure.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.BusinessData.SharedService.MetadataObjectStruct
Microsoft.SharePoint.BusinessData.SharedService.DataClassStruct
Microsoft.SharePoint.BusinessData.SharedService.EntityStruct
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "EntityStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class EntityStruct _
Inherits DataClassStruct
'Usage
Dim instance As EntityStruct
[DataContractAttribute(Name = "EntityStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class EntityStruct : DataClassStruct
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.