Public Overloads Function LoadWithChildren(Of T As {Class, New})( _ ByVal primaryKeyValue As Object _ ) As T
Dim instance As ObjectCrud Dim primaryKeyValue As Object Dim value As T value = instance.LoadWithChildren(Of T)(primaryKeyValue)
public T LoadWithChildren<T>( object primaryKeyValue ) where T: class, new()
public: T* LoadWithChildren<T>( Object* primaryKeyValue ) where T: ref class, gcnew()
public: T^ LoadWithChildrengeneric<typename T> ( Object^ primaryKeyValue ) where T: ref class, gcnew()
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2