Show / Hide Table of Contents

Class BaseQuery

Inheritance
System.Object
BaseQuery
BaseFilterableQuery
InsertQuery
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Nui.ServiceModel.DataContract
Assembly: Terrasoft.Nui.ServiceModel.dll
Syntax
public class BaseQuery : IQueryProcessExecutionData

Constructors

BaseQuery()

Declaration
public BaseQuery()

Properties

ColumnValues

Declaration
public ColumnValues ColumnValues { get; set; }
Property Value
Type Description
ColumnValues

IncludeProcessExecutionData

Declaration
public bool IncludeProcessExecutionData { get; set; }
Property Value
Type Description
System.Boolean

OperationType

Declaration
[Obsolete]
public QueryOperationType OperationType { get; set; }
Property Value
Type Description
QueryOperationType

QueryId

Declaration
public string QueryId { get; set; }
Property Value
Type Description
System.String

QueryKind

Additional information about the query, that can be used to dispatch the query to a special DBExecutor.

Declaration
public QueryKind QueryKind { get; set; }
Property Value
Type Description
QueryKind

RootSchemaName

Declaration
public string RootSchemaName { get; set; }
Property Value
Type Description
System.String

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX