LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable.AddLookupTableMaskValuesRow method (Guid, String, Int32, Int32)
Adds a new LookupTableMaskValuesRow to the LookupTableMaskValuesDataTable by using the specified parameters.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddLookupTableMaskValuesRow ( _
LT_UID As Guid, _
LT_MASK_VALUE_SEPARATOR As String, _
LT_MASK_STRUCT_LEVEL As Integer, _
LCID As Integer _
) As LookupTableMultiLangDataSet.LookupTableMaskValuesRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable
Dim LT_UID As Guid
Dim LT_MASK_VALUE_SEPARATOR As String
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim LCID As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableMaskValuesRow
returnValue = instance.AddLookupTableMaskValuesRow(LT_UID, _
LT_MASK_VALUE_SEPARATOR, LT_MASK_STRUCT_LEVEL, _
LCID)
public LookupTableMultiLangDataSet.LookupTableMaskValuesRow AddLookupTableMaskValuesRow(
Guid LT_UID,
string LT_MASK_VALUE_SEPARATOR,
int LT_MASK_STRUCT_LEVEL,
int LCID
)
Parameters
LT_UID
Type: System.GuidThe unique identifier of the multilanguage lookup table that uses the code mask.
LT_MASK_VALUE_SEPARATOR
Type: System.StringThe separator character to use for multilevel lookup table values.
LT_MASK_STRUCT_LEVEL
Type: System.Int32The outline level of the lookup table mask structure for the code mask value.
LCID
Type: System.Int32The locale ID for the language.
Return value
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableMaskValuesRow
See also
Reference
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable class
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable members