Sql.Net Class Library Documentation

SqlExpression.Field Method (String)

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

public static SqlExpression Field(
   string fieldName
);

Parameters

fieldName
Name of a field

Return Value

See Also

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