DataView.UpdateIndex 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.
Reserved for internal use only.
Overloads
| UpdateIndex(Boolean) | 
						 Reserved for internal use only.  | 
        	
| UpdateIndex() | 
						 Reserved for internal use only.  | 
        	
UpdateIndex(Boolean)
- Source:
 - DataView.cs
 
- Source:
 - DataView.cs
 
- Source:
 - DataView.cs
 
- Source:
 - DataView.cs
 
Reserved for internal use only.
protected:
 virtual void UpdateIndex(bool force);
	protected virtual void UpdateIndex(bool force);
	abstract member UpdateIndex : bool -> unit
override this.UpdateIndex : bool -> unit
	Protected Overridable Sub UpdateIndex (force As Boolean)
	Parameters
- force
 - Boolean
 
Reserved for internal use only.
Applies to
UpdateIndex()
- Source:
 - DataView.cs
 
- Source:
 - DataView.cs
 
- Source:
 - DataView.cs
 
- Source:
 - DataView.cs
 
Reserved for internal use only.
protected:
 void UpdateIndex();
	protected void UpdateIndex();
	member this.UpdateIndex : unit -> unit
	Protected Sub UpdateIndex ()