EntityFieldsCore<TField>.Insert Method |
Not supported
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic void Insert(
int index,
Object value
)
Public Sub Insert (
index As Integer,
value As Object
)
Parameters
- index
- Type: System.Int32
- value
- Type: System.Object
Implements
IList.Insert(Int32, Object)
See Also