Sql.Net Class Library Documentation

SqlExpression.Field Method

Creates a SqlExpression which represents a field in a database table.

Overload List

Creates a SqlExpression which represents a field in a database table.

public static SqlExpression Field(string);

Creates a SqlExpression which represents a field in a database table.

public static SqlExpression Field(string,FromTerm);

See Also

SqlExpression Class | Reeb.SqlOM Namespace