FT.DB.DBDataContext.InsertItemCategory C# (CSharp) Method

InsertItemCategory() private method

private InsertItemCategory ( ItemCategory instance ) : void
instance ItemCategory
return void
    partial void InsertItemCategory(ItemCategory instance);
    partial void UpdateItemCategory(ItemCategory instance);
DBDataContext