DbCrossJoinExpression.Inputs Eigenschap

Definitie

Hiermee haalt u een DbExpressionBinding lijst op die de invoersets aan de join levert.

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpressionBinding ^> ^ Inputs { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpressionBinding ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpressionBinding> Inputs { get; }
member this.Inputs : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpressionBinding>
Public ReadOnly Property Inputs As IList(Of DbExpressionBinding)

Waarde van eigenschap

Een DbExpressionBinding lijst met de invoersets voor de join.

Van toepassing op