28 public int Level {
get;
private set; }
35 get {
return Value == null ? null : Value.Type; }
DataObject Resolve(ObjectName variable)
Returns the value of a given variable.
A query to the database to select data from a set of tables and columns.
Describes the name of an object within a database.
Represents a dynamic object that encapsulates a defined SqlType and a compatible constant ISqlObject ...
Defines the properties of a specific SQL Type and handles the values compatible.
An interface to resolve a variable name to a constant object.
QueryReference(ObjectName name, int level)
DataObject Evaluate(IVariableResolver resolver)