DbNewInstanceExpression.Arguments 属性
定义
获取一个 DbExpression 列表,该列表可为新实例提供属性/列值或集元素。Gets an DbExpression list that provides the property/column values or set elements for the new instance.
public:
property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ Arguments { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)
属性值
一个 DbExpression 列表,它可以为新实例提供属性/列值或集元素。An DbExpression list that provides the property/column values or set elements for the new instance.