IGroupByCollectionAddTEntityField Method |
Adds the passed in entity field instance to the list. Field objects can be added just once.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax int Add<TEntityField>(
TEntityField fieldToAdd
)
where TEntityField : IEntityFieldCore
Function Add(Of TEntityField As IEntityFieldCore) (
fieldToAdd As TEntityField
) As Integer
Parameters
- fieldToAdd
- Type: TEntityField
entity field instance to add
Type Parameters
- TEntityField
Return Value
Type:
Int32Index of added field in the list.
See Also