Aracılığıyla paylaş


StructuralObject.VerifyComplexObjectIsNotNull<TComplex> Yöntem

Tanım

Karmaşık bir nesnenin olmadığını nulldoğrular.

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

Tür Parametreleri

TComplex

Doğrulanan karmaşık nesnenin türü.

Parametreler

complexObject
TComplex

Doğrulanan karmaşık nesne.

propertyName
String

ile complexObjectilişkili üst nesnedeki karmaşık özellik.

Döndürülenler

TComplex

Doğrulanan karmaşık nesne.

Özel durumlar

Karmaşık tür null olduğunda.

Şunlara uygulanır