Public Function GetLazyValue(Of TC As {Class, New})( _ ByVal propertyLambda As Expression(Of Func(Of BaseActiveRecord(Of T),TC)) _ ) As TC
Dim instance As BaseActiveRecord(Of T) Dim propertyLambda As Expression(Of Func(Of BaseActiveRecord(Of T),TC)) Dim value As TC value = instance.GetLazyValue(Of TC)(propertyLambda)
public TC GetLazyValue<TC>( Expression<Func<BaseActiveRecord<T>,TC>> propertyLambda ) where TC: class, new()
public: TC* GetLazyValue<TC>( Expression<Func<BaseActiveRecord<T*>*,TC*>*>* propertyLambda ) where TC: ref class, gcnew()
public: TC^ GetLazyValuegeneric<typename TC> ( Expression<Func<BaseActiveRecord<T^>^,TC^>^>^ propertyLambda ) where TC: ref class, gcnew()
Parameters
- propertyLambda
Type Parameters
- TC