'DeclarationProtected Function HasTableMappings() As System.Boolean
'UsageDim instance As VistaDBDataAdapter Dim value As System.Boolean value = instance.HasTableMappings()
protected System.bool HasTableMappings()
Return Value
true if a System.Data.Common.DataTableMappingCollection has been created; otherwise false.