Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IEdmEntitySetBase this instance belongs to.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmEntitySetBase EntitySetBase {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property IEdmEntitySetBase^ EntitySetBase {
[CompilerGeneratedAttribute]
IEdmEntitySetBase^ get();
[CompilerGeneratedAttribute]
void set(IEdmEntitySetBase^ value);
}
member EntitySetBase : IEdmEntitySetBase with get, set
Public Property EntitySetBase As IEdmEntitySetBase
Property Value
Type: Microsoft.OData.Edm.IEdmEntitySetBase
See Also
FeedContext Class
System.Web.OData Namespace
Return to top