Gets or sets the name of this object query.
public string Name { get; set; }
A string value that is the name of this ObjectQuery<T>.
ObjectQuery<T> ClassSystem.Data.Entity.Core.Objects Namespace