Miner.Geodatabase.NetworkAdapter Assembly > Miner.Geodatabase.NetworkAdapter Namespace > IDbClientProvider Interface : InsertWithSequence Method |
'Declaration Function InsertWithSequence( _ ByVal sequenceName As Func(Of SequenceDetail,String), _ ByVal getInsert As Func(Of SequenceDetail,Integer,String) _ ) As Integer
'Usage Dim instance As IDbClientProvider Dim sequenceName As Func(Of SequenceDetail,String) Dim getInsert As Func(Of SequenceDetail,Integer,String) Dim value As Integer value = instance.InsertWithSequence(sequenceName, getInsert)
int InsertWithSequence( Func<SequenceDetail,string> sequenceName, Func<SequenceDetail,int,string> getInsert )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.