ProjectQueryableSpace.CreateQueryable(IEntityType, String) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected override Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable CreateQueryable(Microsoft.VisualStudio.ProjectSystem.Query.IEntityType parentEntity, string relationship);override this.CreateQueryable : Microsoft.VisualStudio.ProjectSystem.Query.IEntityType * string -> Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryableProtected Overrides Function CreateQueryable (parentEntity As IEntityType, relationship As String) As AsyncQueryableParameters
- parentEntity
- IEntityType
- relationship
- String
Returns
		Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable
		
	
	
	Implements
					
						Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel.CreateQueryable(Microsoft.VisualStudio.ProjectSystem.Query.IEntityType,System.String)