C# Класс Adf.Core.Query.QueryType

Наследование: Descriptor
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Count QueryType
Delete QueryType
Free QueryType
Insert QueryType
Select QueryType
SelectDistinct QueryType
StoredProcedure QueryType
Update QueryType

Открытые методы

Метод Описание
QueryType ( string name ) : System

Описание методов

QueryType() публичный Метод

public QueryType ( string name ) : System
name string
Результат System

Описание свойств

Count публичное статическое свойство

Represent the SQL COUNT Statement. The COUNT statement is used to count the records from a database table.
public static QueryType,Adf.Core.Query Count
Результат QueryType

Delete публичное статическое свойство

Represent the SQL DELETE Statement. The DELETE statement is used to delete data from a database.
public static QueryType,Adf.Core.Query Delete
Результат QueryType

Free публичное статическое свойство

Represent the SQL free Statement of total query expression. Use to create DDL or DML statement.
public static QueryType,Adf.Core.Query Free
Результат QueryType

Insert публичное статическое свойство

Represent the SQL INSERT Statement. The INSERT statement is used to insert data into a database.
public static QueryType,Adf.Core.Query Insert
Результат QueryType

Select публичное статическое свойство

Represent the SQL SELECT Statement. The SELECT statement is used to select data from a database.
public static QueryType,Adf.Core.Query Select
Результат QueryType

SelectDistinct публичное статическое свойство

Represent the SQL SELECT DISTINCT Statement. The SELECT DISTINCT statement is used to select distinct data from a database.
public static QueryType,Adf.Core.Query SelectDistinct
Результат QueryType

StoredProcedure публичное статическое свойство

Represent a stored procedure.
public static QueryType,Adf.Core.Query StoredProcedure
Результат QueryType

Update публичное статическое свойство

public static QueryType,Adf.Core.Query Update
Результат QueryType