[]
        
(Showing Draft Content)

C1.Data.Design.EntitySetNameTypeConverter.GetQueryNames

GetQueryNames Method

GetQueryNames(Type)

Gets the ICollection of query names.

Declaration
protected override ICollection GetQueryNames(Type ctxtType)
Protected Overrides Function GetQueryNames(ctxtType As Type) As ICollection
Parameters
Type Name Description
Type ctxtType

The context type.

Returns
Type Description
ICollection

A ICollection of query names.

Overrides