次の方法で共有


StructuralObject.VerifyComplexObjectIsNotNull<TComplex> メソッド

定義

複合オブジェクトが null でないことを確認します。

protected internal static TComplex VerifyComplexObjectIsNotNull<TComplex> (TComplex complexObject, string propertyName) where TComplex : System.Data.Entity.Core.Objects.DataClasses.ComplexObject;
static member VerifyComplexObjectIsNotNull : 'Complex * string -> 'Complex (requires 'Complex :> System.Data.Entity.Core.Objects.DataClasses.ComplexObject)
Protected Friend Shared Function VerifyComplexObjectIsNotNull(Of TComplex As ComplexObject) (complexObject As TComplex, propertyName As String) As TComplex

型パラメーター

TComplex

検証される複合オブジェクトの型。

パラメーター

complexObject
TComplex

検証する複合オブジェクト。

propertyName
String

complexObject に関連付けられている親オブジェクトの複合プロパティ。

戻り値

TComplex

検証する複合オブジェクト。

適用対象