C# Class Lemon.Transform.SqlValueSetter

Inheritance: IValueSetter
Afficher le fichier Open project: dream-365/lemon

Méthodes publiques

Méthode Description
Apply ( ) : void
SetValue ( string name, BsonValue value ) : void
SqlValueSetter ( SqlDataWritter writter, object id, string primaryKey ) : System

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( string name, BsonValue value ) : void
name string
value BsonValue
Résultat void

SqlValueSetter() public méthode

public SqlValueSetter ( SqlDataWritter writter, object id, string primaryKey ) : System
writter SqlDataWritter
id object
primaryKey string
Résultat System