ICachedDataProvider.NeedsFill(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool NeedsFill(System::Object ^ hostItem, System::String ^ fieldOrPropertyName);
public bool NeedsFill (object hostItem, string fieldOrPropertyName);
abstract member NeedsFill : obj * string -> bool
Public Function NeedsFill (hostItem As Object, fieldOrPropertyName As String) As Boolean
Parameters
- hostItem
- Object
- fieldOrPropertyName
- String