Property Take
Take
Gets the Expression that defines how many documents to take (or null if not specified);
public int? Take { get; }
Property Value
- int?
Gets the Expression that defines how many documents to take (or null if not specified);
public int? Take { get; }