Class ExtensibleColumnsBaseConstants
Inheritance
ExtensibleColumnsBaseConstants
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ExtensibleColumnsBaseConstants
Constructors
ExtensibleColumnsBaseConstants()
Declaration
public ExtensibleColumnsBaseConstants()
Fields
GetAllRestriction
The name of the pseudo restriction that means "yes, I really want to fetch all rows"; simply sending no restrictions at all will yield an empty result, to guard against people inadvertently fetching the entire database.
Declaration
public const string GetAllRestriction = "getAllRows"
Field Value
| Type | Description |
|---|---|
| string |
GetNoneRestriction
The name of the pseudo restriction that means the provider should not fetch any rows at all. database.
Declaration
public const string GetNoneRestriction = "getNoRows"
Field Value
| Type | Description |
|---|---|
| string |