LinqToEntitiesDomainServiceDescriptionProviderAttribute.ObjectContextType Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the LINQ to Entities ObjectContext type.
Namespace: System.ServiceModel.DomainServices.EntityFramework
Assembly: System.ServiceModel.DomainServices.EntityFramework (in System.ServiceModel.DomainServices.EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectContextType As Type
Get
'Usage
Dim instance As LinqToEntitiesDomainServiceDescriptionProviderAttribute
Dim value As Type
value = instance.ObjectContextType
public Type ObjectContextType { get; }
public:
property Type^ ObjectContextType {
Type^ get ();
}
member ObjectContextType : Type
function get ObjectContextType () : Type
Property Value
Type: System.Type
The LINQ to Entities ObjectContext type.
See Also
Reference
LinqToEntitiesDomainServiceDescriptionProviderAttribute Class
System.ServiceModel.DomainServices.EntityFramework Namespace