StaticEntityFieldsDataContainerGetPresetAlias Method |
Gets the preset alias for the slot with the index specified, or empty string if not set.
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 public string GetPresetAlias(
int index
)
Public Function GetPresetAlias (
index As Integer
) As String
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
StringSee Also