EntitySchemaQueryFilterCollection - класс Члены Смотри также Terrasoft.Core.Entities - пространство имен : EntitySchemaQueryFilterCollection - класс C#
Glossary Item Box
public class EntitySchemaQueryFilterCollection : System.Collections.ObjectModel.Collection<IEntitySchemaQueryFilterItem>, Terrasoft.Common.IMetaDataSerializable, IEntitySchemaQueryFilterItem
Тип EntitySchemaQueryFilterCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
EntitySchemaQueryFilterCollection | Перегружен. |
Имя | Описание | |
---|---|---|
IsEnabled | Indicates whether to use the collection of filters for building the resulting SQL query. | |
IsNot | Determines whether to use the NOT operator before the collection of filters. | |
LogicalOperation | Type of the logical operation that combines filters in the collection. | |
Name | Name. | |
ParentQuery | Query against the schema of the entity that contains the collection of filters. |
Имя | Описание | |
---|---|---|
AddUsingJoinedExpressions | Fills the passed-in collection with column expressions from the collection of filters, which are selected from the linked tables. | |
Clone | Creates the clone of the current EntitySchemaQueryFilterCollection instance. | |
FindByName | Searches for the item with the specified name. | |
GetByName | Gets the item with the specified name. If no such item is found, an exception is thrown. | |
ReadMetaData | Deserializes the collection of filters, using the passed-in Terrasoft.Common.DataReader instance. | |
SetEnabled | Sets the IsEnabled property to the passed-in value. | |
WriteMetaData | Serializes the collection of filters, using the passed-in Terrasoft.Common.DataWriter instance. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Core.Entities.EntitySchemaQueryFilterCollection