共用方式為


DbExpressionBuilder.NewEmptyCollection(TypeUsage) 方法

定義

建立新的 DbNewInstanceExpression,這個運算式會建構指定集合型別的空集合。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbNewInstanceExpression ^ NewEmptyCollection(System::Data::Metadata::Edm::TypeUsage ^ collectionType);
public static System.Data.Common.CommandTrees.DbNewInstanceExpression NewEmptyCollection (this System.Data.Metadata.Edm.TypeUsage collectionType);
static member NewEmptyCollection : System.Data.Metadata.Edm.TypeUsage -> System.Data.Common.CommandTrees.DbNewInstanceExpression
<Extension()>
Public Function NewEmptyCollection (collectionType As TypeUsage) As DbNewInstanceExpression

參數

collectionType
TypeUsage

要建立之集合的類型元數據。

傳回

含有指定之集合類型及空白 Arguments 清單的新 DbNewInstanceExpression。

例外狀況

collectionType 為 null。

collectionType 不是集合型別。

適用於