ExpandSegment(String, Expression) Constructor
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.
Initializes an ExpandSegment object with the specified property name and a filtering expression, possibly null.
public:
ExpandSegment(System::String ^ name, System::Linq::Expressions::Expression ^ filter);
public ExpandSegment (string name, System.Linq.Expressions.Expression filter);
new System.Data.Services.ExpandSegment : string * System.Linq.Expressions.Expression -> System.Data.Services.ExpandSegment
Public Sub New (name As String, filter As Expression)
Parameters
- name
- String
The name of the property to be expanded.
- filter
- Expression
The filter option in the query to which the expand segment applies.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.