StructuralObject.VerifyComplexObjectIsNotNull<TComplex> Method (TComplex, String)
Verifies that a complex object is not null.
Assembly: EntityFramework (in EntityFramework.dll)
protected internal static TComplex VerifyComplexObjectIsNotNull<TComplex>( TComplex complexObject, string propertyName ) where TComplex : ComplexObject
Parameters
- complexObject
-
Type:
TComplex
The complex object that is being validated.
- propertyName
-
Type:
System.String
The complex property on the parent object that is associated with complexObject .
Type Parameters
- TComplex
The type of the complex object being verified.