DbEntityEntry.ComplexProperty メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
このエンティティの複合プロパティを表すオブジェクトを取得します。
名前空間: System.Data.Entity.Infrastructure
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Function ComplexProperty ( _
propertyName As String _
) As DbComplexPropertyEntry
'使用
Dim instance As DbEntityEntry
Dim propertyName As String
Dim returnValue As DbComplexPropertyEntry
returnValue = instance.ComplexProperty(propertyName)
public DbComplexPropertyEntry ComplexProperty(
string propertyName
)
public:
DbComplexPropertyEntry^ ComplexProperty(
String^ propertyName
)
member ComplexProperty :
propertyName:string -> DbComplexPropertyEntry
public function ComplexProperty(
propertyName : String
) : DbComplexPropertyEntry
パラメーター
- propertyName
型 : System.String
複合プロパティの名前。
戻り値
型 : System.Data.Entity.Infrastructure.DbComplexPropertyEntry
複合プロパティを表すオブジェクト。