• Docs
Menu
  • Guides
  • Tutorials
  • Samples
  • Reference
  • Downloads
    • .NET SDK
    • Kinvey CLI
    • Business Logic CLI
    • Flex SDK
  • .NET
    • Change Platform
    • iOS
    • Android
    • NativeScript
    • HTML5
    • Angular
    • PhoneGap
    • Node.js
    • Xamarin
    • .NET
    • REST API
  • Explore Kinvey
    • Kinvey Homepage
    • Kinvey Backend Console
    • Kinvey Chat Portal
    • Kinvey Studio
  • .NET Reference /
  • API Reference

API Reference

Class CollectionTableMap

Represents SQLite table for collection mapping.

Inheritance
System.Object
CollectionTableMap
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class CollectionTableMap : object

Constructors

| Improve this Doc View Source

CollectionTableMap()

Initializes a new instance of the CollectionTableMap class.

Declaration
public CollectionTableMap()

Properties

| Improve this Doc View Source

CollectionName

Collection name.

Declaration
public string CollectionName { get; set; }
Property Value
Type Description
System.String

The CollectionName property gets/sets the value of the sting field, _collectionName.

| Improve this Doc View Source

TableName

Table name.

Declaration
public string TableName { get; set; }
Property Value
Type Description
System.String

The TableName property gets/sets the value of the sting field, _tableName.

  • Improve this Doc
  • View Source
© Kinvey
Terms of Use Privacy Policy