Dela via


ReceiveStatement.IsConversationGroupIdWhere Property

Gets or sets whether conversation group id is specified in WHERE clause.

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

Syntax

'Declaration
Public Property IsConversationGroupIdWhere As Boolean
'Usage
Dim instance As ReceiveStatement 
Dim value As Boolean 

value = instance.IsConversationGroupIdWhere

instance.IsConversationGroupIdWhere = value
public bool IsConversationGroupIdWhere { get; set; }
public:
property bool IsConversationGroupIdWhere {
    bool get ();
    void set (bool value);
}
public function get IsConversationGroupIdWhere () : boolean 
public function set IsConversationGroupIdWhere (value : boolean)

Property Value

Type: System.Boolean
Returns True if conversation group id was specified in WHERE clause; otherwise, False.

Remarks

Meaningless if Where is null.

.NET Framework Security

See Also

Reference

ReceiveStatement Class

ReceiveStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace