C# Class Lemon.Transform.SqlValueSetter

Inheritance: IValueSetter
Exibir arquivo Open project: dream-365/lemon

Public Methods

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

Method Details

Apply() public method

public Apply ( ) : void
return void

SetValue() public method

public SetValue ( string name, BsonValue value ) : void
name string
value BsonValue
return void

SqlValueSetter() public method

public SqlValueSetter ( SqlDataWritter writter, object id, string primaryKey ) : System
writter SqlDataWritter
id object
primaryKey string
return System