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