> For the complete documentation index, see [llms.txt](https://docs.genrpa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.genrpa.com/sikca-sorulan-sorular-sss/collection-kolonlari-sistem-tipleri-nelerdir.md).

# Collection Kolonları Sistem Tipleri Nelerdir?

| TYPE      |
| --------- |
| Character |
| Text      |
| Number    |
| TrueFalse |
| DateTime  |
| Datatable |
| Float     |
| Double    |
| Long      |
| Custom    |

{% hint style="info" %}
Custom tipi C# tiplerini yazabileceğiniz alandır. Örneğin; System.Int32  yazdığınızda ürün kolonu bu C# tipine çevirmeye çalışır. Custom Types .NET Type olarak geçmektedir ve C# keyword eşlemeleri ile aşağıdaki görselde yer almaktadır. Daha fazla bilgi için lütfen aşağıdaki linki ziyaret ediniz.&#x20;

<https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types>
{% endhint %}

<figure><img src="https://25824184-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVjKcqj5ygh8bCRgScOVh%2Fuploads%2FAw6R4VUKf4OTh6foyJZW%2Fimage.png?alt=media&amp;token=805e71c6-1b1f-423a-a6fc-3edde4b56380" alt=""><figcaption><p>.NET Type</p></figcaption></figure>
