Show / Hide Table of Contents

Class ModifyQuerySource

Inheritance
System.Object
ModifyQuerySource
Implements
System.ICloneable
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.Core.DB
Assembly: Terrasoft.Core.dll
Syntax
public class ModifyQuerySource : ICloneable

Constructors

ModifyQuerySource()

Declaration
public ModifyQuerySource()

ModifyQuerySource(String)

Declaration
public ModifyQuerySource(string schemaName)
Parameters
Type Name Description
System.String schemaName

ModifyQuerySource(ModifyQuerySource)

Declaration
public ModifyQuerySource(ModifyQuerySource source)
Parameters
Type Name Description
ModifyQuerySource source

Properties

HasHints

Признак, определяющий, что существуют табличные указания.

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

Hints

Коллекция табличных указаний.

Declaration
public HintCollection Hints { get; }
Property Value
Type Description
HintCollection

SchemaName

Schema name.

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

Methods

Clone()

Declaration
public object Clone()
Returns
Type Description
System.Object

Implements

System.ICloneable

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)
In This Article
Back to top © 2021 Creatio. All rights reserved.