Sql.Net Class Library Documentation

SqlExpression.Field Method (String, FromTerm)

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

public static SqlExpression Field(
   string fieldName,
   FromTerm table
);

Parameters

fieldName
Name of a field
table
The table this field belongs to

Return Value

See Also

SqlExpression Class | Reeb.SqlOM Namespace | SqlExpression.Field Overload List