UnqualifiedJoin.UnqualifiedJoinType Property
Gets or sets the JOIN type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property UnqualifiedJoinType As UnqualifiedJoinType
'Usage
Dim instance As UnqualifiedJoin
Dim value As UnqualifiedJoinType
value = instance.UnqualifiedJoinType
instance.UnqualifiedJoinType = value
public UnqualifiedJoinType UnqualifiedJoinType { get; set; }
public:
property UnqualifiedJoinType UnqualifiedJoinType {
UnqualifiedJoinType get ();
void set (UnqualifiedJoinType value);
}
public function get UnqualifiedJoinType () : UnqualifiedJoinType
public function set UnqualifiedJoinType (value : UnqualifiedJoinType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.UnqualifiedJoinType
Returns a UnqualifiedJoinType 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.