次の方法で共有


ObjectItemCollection.GetPrimitiveTypes メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

プリミティブ型オブジェクトのコレクションを返します。

名前空間:  System.Data.Entity.Core.Metadata.Edm
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Function GetPrimitiveTypes As IEnumerable(Of PrimitiveType)
'使用
Dim instance As ObjectItemCollection 
Dim returnValue As IEnumerable(Of PrimitiveType)

returnValue = instance.GetPrimitiveTypes()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public IEnumerable<PrimitiveType> GetPrimitiveTypes()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
IEnumerable<PrimitiveType^>^ GetPrimitiveTypes()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
member GetPrimitiveTypes : unit -> IEnumerable<PrimitiveType> 
public function GetPrimitiveTypes() : IEnumerable<PrimitiveType>

戻り値

型 : System.Collections.Generic.IEnumerable<PrimitiveType>
プリミティブ型オブジェクトのコレクション。

参照

参照

ObjectItemCollection クラス

System.Data.Entity.Core.Metadata.Edm 名前空間