C# Class Orient.Client.OSqlCreateProperty

Afficher le fichier Open project: workshare/OrientDB-NET.binary

Méthodes publiques

Méthode 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

Méthode Description
OSqlCreateProperty ( Connection connection ) : System

Method Details

Class() public méthode

public Class ( string @class ) : OSqlCreateProperty
@class string
Résultat OSqlCreateProperty

LinkedClass() public méthode

public LinkedClass ( string @class ) : OSqlCreateProperty
@class string
Résultat OSqlCreateProperty

LinkedType() public méthode

public LinkedType ( OType type ) : OSqlCreateProperty
type OType
Résultat OSqlCreateProperty

OSqlCreateProperty() public méthode

public OSqlCreateProperty ( ) : System
Résultat System

Property() public méthode

public Property ( string propertyName, OType type ) : OSqlCreateProperty
propertyName string
type OType
Résultat OSqlCreateProperty

Run() public méthode

public Run ( ) : short
Résultat short

ToString() public méthode

public ToString ( ) : string
Résultat string