Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
DataTable has Multiple Primary Keys
posted

is this supported? or do i have to create a third PK in the app only?

tia.

Parents
  • 1775
    posted

    1. DataTable.PrimaryKey is a unique property of the datatable (i.e. there is only one primary key, and that's all. The same concept is used in the databases BTW).

    2. May be you meant UniqueConstraint http://msdn2.microsoft.com/en-us/library/system.data.uniqueconstraint.aspx ?

    3. This are ADO.NET things. What does this have to do with Infragistics components?

Reply Children