Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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