JoinCollection - класс Члены Смотри также Terrasoft.Core.DB - пространство имен : JoinCollection - класс C#
Glossary Item Box
Join
query.
public class JoinCollection : System.Collections.ObjectModel.Collection<Join>
Тип JoinCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
JoinCollection | Перегружен. |
Имя | Описание | |
---|---|---|
Clone | Creates the clone of the current JoinCollection instance. | |
Exists | Determines whether the Join operator with the specified alias of the data source being attached exists in the current collection. | |
FindByAlias | In the current collection of the Join operators, searches for the operator by the specified alias of the attached data source. | |
GetByAlias | From the current collection of the Join operators, gets the operator with the specified alias of the data source being attached. If the operator is not found in the collection, an exception is thrown. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Core.DB.JoinCollection