EndInit Method (DbDataTable)
In This Topic
Ends the initialization of a
DbDataTable that is used on a form or used by another component. The initialization occurs at run time.
Syntax
'Declaration
Public Overrides Sub EndInit()
public override void EndInit()
See Also