'Declaration Public Function New( _ ByVal batchUpdateable As Object _ )
'Usage Dim batchUpdateable As Object Dim instance As New AutoBatchUpdate(batchUpdateable)
public AutoBatchUpdate( object batchUpdateable )
Parameters
- batchUpdateable
- object that may or may not implement the IBatchUpdateable interface.