'Declaration Public Overloads Function LoadWith( _ ByVal path As String _ ) As IQueryable(Of TEntity)
public IQueryable<TEntity> LoadWith( string path )
Parameters
- path
The name of the field or property to be retrieved.
Return Value
The entity, which LoadWith method is called with additional data load options set.