BinaryQueryExpression.BinaryQueryExpressionType Property

Gets or sets the type of the expression.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property BinaryQueryExpressionType As BinaryQueryExpressionType
public BinaryQueryExpressionType BinaryQueryExpressionType { get; set; }
public:
property BinaryQueryExpressionType BinaryQueryExpressionType {
    BinaryQueryExpressionType get ();
    void set (BinaryQueryExpressionType value);
}
member BinaryQueryExpressionType : BinaryQueryExpressionType with get, set
function get BinaryQueryExpressionType () : BinaryQueryExpressionType
function set BinaryQueryExpressionType (value : BinaryQueryExpressionType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.BinaryQueryExpressionType
Returns a BinaryQueryExpressionType enumeration value.

.NET Framework Security

See Also

Reference

BinaryQueryExpression Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace