Scalien.scaliendb_client.SDBP_SequenceSetCStr C# (CSharp) Method

SDBP_SequenceSetCStr() public static method

public static SDBP_SequenceSetCStr ( SWIGTYPE_p_void client_, ulong tableID, IntPtr key, int len, ulong number ) : int
client_ SWIGTYPE_p_void
tableID ulong
key System.IntPtr
len int
number ulong
return int
        public static unsafe int SDBP_SequenceSetCStr(SWIGTYPE_p_void client_, ulong tableID, IntPtr key, int len, ulong number)
        {
            int ret = scaliendb_clientPINVOKE.SDBP_SequenceSetCStr(SWIGTYPE_p_void.getCPtr(client_), tableID, key, len, number);
            return ret;
        }
scaliendb_client