'Declaration Public Overloads Function Release( _ ByVal entityType As Type _ ) As Boolean
public bool Release( Type entityType )
Parameters
- entityType
- An entity type that was marked as needed using AddRef(Type).
Return Value
True if the entity type was unmarked (every Addref was balanced with Release); otherwise, False.