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
public UnqualifiedJoinType UnqualifiedJoinType { get; set; }
public:
property UnqualifiedJoinType UnqualifiedJoinType {
UnqualifiedJoinType get ();
void set (UnqualifiedJoinType value);
}
member UnqualifiedJoinType : UnqualifiedJoinType with get, set
function get UnqualifiedJoinType () : UnqualifiedJoinType
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.