Share via


LookupTableDataSet.LookupTablesDataTable.AddLookupTablesRow method (Guid, String, Byte, Int32, Boolean, Guid, DateTime, DateTime, Guid)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function AddLookupTablesRow ( _
    LT_UID As Guid, _
    LT_NAME As String, _
    LT_SORT_ORDER_ENUM As Byte, _
    LT_PRIMARY_LCID As Integer, _
    LT_FILL_ALL_LEVELS As Boolean, _
    LT_CHECKOUTBY As Guid, _
    LT_CHECKOUTDATE As DateTime, _
    MOD_DATE As DateTime, _
    APP_ENTITY_UID As Guid _
) As LookupTableDataSet.LookupTablesRow
'Usage
Dim instance As LookupTableDataSet.LookupTablesDataTable
Dim LT_UID As Guid
Dim LT_NAME As String
Dim LT_SORT_ORDER_ENUM As Byte
Dim LT_PRIMARY_LCID As Integer
Dim LT_FILL_ALL_LEVELS As Boolean
Dim LT_CHECKOUTBY As Guid
Dim LT_CHECKOUTDATE As DateTime
Dim MOD_DATE As DateTime
Dim APP_ENTITY_UID As Guid
Dim returnValue As LookupTableDataSet.LookupTablesRow

returnValue = instance.AddLookupTablesRow(LT_UID, _
    LT_NAME, LT_SORT_ORDER_ENUM, LT_PRIMARY_LCID, _
    LT_FILL_ALL_LEVELS, LT_CHECKOUTBY, _
    LT_CHECKOUTDATE, MOD_DATE, APP_ENTITY_UID)
public LookupTableDataSet.LookupTablesRow AddLookupTablesRow(
    Guid LT_UID,
    string LT_NAME,
    byte LT_SORT_ORDER_ENUM,
    int LT_PRIMARY_LCID,
    bool LT_FILL_ALL_LEVELS,
    Guid LT_CHECKOUTBY,
    DateTime LT_CHECKOUTDATE,
    DateTime MOD_DATE,
    Guid APP_ENTITY_UID
)

Parameters

Return value

Type: WebSvcLookupTable.LookupTableDataSet.LookupTablesRow

See also

Reference

LookupTableDataSet.LookupTablesDataTable class

LookupTableDataSet.LookupTablesDataTable members

AddLookupTablesRow overload

WebSvcLookupTable namespace