Share via


StatementBuilder.IsFirstJoin Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property IsFirstJoin As Boolean 
    Get
'Usage
Dim instance As StatementBuilder 
Dim value As Boolean 

value = instance.IsFirstJoin
public bool IsFirstJoin { get; }
public:
property bool IsFirstJoin {
    bool get ();
}
member IsFirstJoin : bool
function get IsFirstJoin () : boolean

Property Value

Type: System.Boolean
true if the table is first added to the from clause; otherwise, false.

See Also

Reference

StatementBuilder Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace