| 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.2.0.0 (5.2.17.0403)
Syntaxpublic string GetPresetAlias(
	int index
)
Public Function GetPresetAlias ( 
	index As Integer
) As String
Parameters
- index
 - Type: SystemInt32
The index. 
Return Value
Type: 
String
See Also