AdHelperDeletePaging - метод |
Удаление пейджинга для запроса LDAP
Пространство имён:
Tessa.Extensions.Platform.Server.AdSync
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static LdapSearchConstraints DeletePaging(
this LdapSearchConstraints constraints
)
<ExtensionAttribute>
Public Shared Function DeletePaging (
constraints As LdapSearchConstraints
) As LdapSearchConstraints
public:
[ExtensionAttribute]
static LdapSearchConstraints^ DeletePaging(
LdapSearchConstraints^ constraints
)
[<ExtensionAttribute>]
static member DeletePaging :
constraints : LdapSearchConstraints -> LdapSearchConstraints
Параметры
- constraints
- Тип: LdapSearchConstraints
Текущий констрейнт соединения
Возвращаемое значение
Тип:
LdapSearchConstraintsПримечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
LdapSearchConstraints. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).
См. также