CommonQueryableSpace.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 abstract Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable CreateQueryable (Microsoft.VisualStudio.ProjectSystem.Query.IEntityType parentEntity, string relationship);
abstract member CreateQueryable : Microsoft.VisualStudio.ProjectSystem.Query.IEntityType * string -> Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable
Protected MustOverride Function CreateQueryable (parentEntity As IEntityType, relationship As String) As AsyncQueryable
Parameters
- parentEntity
- IEntityType
- relationship
- String
Returns
Microsoft.VisualStudio.ProjectSystem.Query.AsyncQueryable