Skip to content

Commit

Permalink
ItemInstance for DatabaseObjectsMultipleSubclassUsingAttributes corre…
Browse files Browse the repository at this point in the history
…ctly fails. Closes #38.
  • Loading branch information
hisystems committed Mar 21, 2012
1 parent 038d490 commit 2819d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generic/DatabaseObjectsMultipleSubclassUsingAttributes.vb
Expand Up @@ -121,7 +121,7 @@ Namespace Generic

Protected Overrides Function ItemInstance_() As T

Return DirectCast(pobjAttributeHelper.ItemInstance, T)
Throw New NotSupportedException("ItemInstance_ is not supported for IDatabaseObjectsMultipleSubclass objects")

End Function

Expand Down

0 comments on commit 2819d2c

Please sign in to comment.