C# 클래스 Orient.Client.OSqlCreateProperty

파일 보기 프로젝트 열기: workshare/OrientDB-NET.binary

공개 메소드들

메소드 설명
Class ( string @class ) : OSqlCreateProperty
LinkedClass ( string @class ) : OSqlCreateProperty
LinkedType ( OType type ) : OSqlCreateProperty
OSqlCreateProperty ( ) : System
Property ( string propertyName, OType type ) : OSqlCreateProperty
Run ( ) : short
ToString ( ) : string

비공개 메소드들

메소드 설명
OSqlCreateProperty ( Connection connection ) : System

메소드 상세

Class() 공개 메소드

public Class ( string @class ) : OSqlCreateProperty
@class string
리턴 OSqlCreateProperty

LinkedClass() 공개 메소드

public LinkedClass ( string @class ) : OSqlCreateProperty
@class string
리턴 OSqlCreateProperty

LinkedType() 공개 메소드

public LinkedType ( OType type ) : OSqlCreateProperty
type OType
리턴 OSqlCreateProperty

OSqlCreateProperty() 공개 메소드

public OSqlCreateProperty ( ) : System
리턴 System

Property() 공개 메소드

public Property ( string propertyName, OType type ) : OSqlCreateProperty
propertyName string
type OType
리턴 OSqlCreateProperty

Run() 공개 메소드

public Run ( ) : short
리턴 short

ToString() 공개 메소드

public ToString ( ) : string
리턴 string