Show / Hide Table of Contents

Class ExtensibleColumnsBaseConstants

Inheritance
object
ExtensibleColumnsBaseConstants
CustomObjectProviderBaseConstants
QueryProviderBaseConstants
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top