डिक्लेरेशन
func FilterEntity(must TypeOrTypeList, not TypeOrTypeList, any TypeOrTypeList) List<entity<Entity>>
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Must | TypeOrListType | The filter result must contain the type entered within this parameter |
Not | TypeOrListType | The filter result must not contain the type entered within this parameter |
Any | TypeOrListType | The filter results contain at least one of the types entered within this parameter |
वापस
टाइप | विवरण |
---|---|
ListT_Entity | Filter Resulting Entity List |