메소드 | 설명 | |
---|---|---|
SetLimit ( int value ) : |
Sets the maximum number of results to return.
|
|
SetMaxDistance ( double value ) : |
Sets the max distance.
|
|
SetQuery ( string additionalFieldName, BsonValue value ) : |
Sets the query on the optional additional field.
|
public static SetLimit ( int value ) : |
||
value | int | The maximum number of results to return. |
리턴 |
public static SetMaxDistance ( double value ) : |
||
value | double | The max distance. |
리턴 |
public static SetQuery ( string additionalFieldName, BsonValue value ) : |
||
additionalFieldName | string | The name of the additional field. |
value | BsonValue | The value fo the additional field. |
리턴 |