23 namespace Deveel.Data.Sql.Statements {
27 if (passwordExpression == null)
28 throw new ArgumentNullException(
"passwordExpression");
30 PasswordExpression = passwordExpression;
44 var preparedExp = PasswordExpression.Prepare(preparer);
49 data.
SetValue(
"Password", PasswordExpression);
void GetData(SerializeData data)
void SetValue(string key, Type type, object value)
An interface used to prepare a SqlExpression object.
object Prepare(IExpressionPreparer preparer)
Converts the underlying value of this instance into an object that can be evaluated by an expression...
SetPasswordAction(ObjectData data)
object GetValue(string key)
Defines the base class for instances that represent SQL expression tree nodes.
SetPasswordAction(SqlExpression passwordExpression)
A contract for objects that participate to a SqlExpression.Prepare phase of an expression evaluation...