C# 클래스 Adf.Core.Query.QueryType

상속: Descriptor
파일 보기 프로젝트 열기: NLADP/ADF

공개 프로퍼티들

프로퍼티 타입 설명
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