DomainObjects Class Library

Case.AddCase Method

Add a condition that will be evaluated in the case statement.

Overload List

Add a condition that will be evaluated in the case statement.

public void AddCase(Criteria,Field);

Add a condition that will be evaluated in the case statement.

public void AddCase(Criteria,String);

Add a condition that will be evaluated in the case statement.

public void AddCase(Criteria,ValueType);

See Also

Case Class | DomainObjects.Facade.Command.Function Namespace