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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.