C# Class Orient.Client.OSqlCreateProperty

Show file Open project: workshare/OrientDB-NET.binary

Public Methods

Method Description
Class ( string @class ) : OSqlCreateProperty
LinkedClass ( string @class ) : OSqlCreateProperty
LinkedType ( OType type ) : OSqlCreateProperty
OSqlCreateProperty ( ) : System
Property ( string propertyName, OType type ) : OSqlCreateProperty
Run ( ) : short
ToString ( ) : string

Private Methods

Method Description
OSqlCreateProperty ( Connection connection ) : System

Method Details

Class() public method

public Class ( string @class ) : OSqlCreateProperty
@class string
return OSqlCreateProperty

LinkedClass() public method

public LinkedClass ( string @class ) : OSqlCreateProperty
@class string
return OSqlCreateProperty

LinkedType() public method

public LinkedType ( OType type ) : OSqlCreateProperty
type OType
return OSqlCreateProperty

OSqlCreateProperty() public method

public OSqlCreateProperty ( ) : System
return System

Property() public method

public Property ( string propertyName, OType type ) : OSqlCreateProperty
propertyName string
type OType
return OSqlCreateProperty

Run() public method

public Run ( ) : short
return short

ToString() public method

public ToString ( ) : string
return string