# Wijmo_Cloud.Icolumndatatype

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IColumnDataType Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Objects used to specify column data types.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IColumnDataType</span>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section tsd-is-not-exported">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_cloud.icolumndatatype.html#datatype" class="tsd-kind-icon">data<wbr>Type</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_cloud.icolumndatatype.html#pattern" class="tsd-kind-icon">pattern</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="datatype" class="tsd-anchor"></a>
								<h3>dataType</h3>
								<div class="tsd-signature tsd-kind-icon">data<wbr>Type<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo.datatype.html" class="tsd-signature-type">DataType</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Data type applied to columns with names that match the given pattern.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="pattern" class="tsd-anchor"></a>
								<h3>pattern</h3>
								<div class="tsd-signature tsd-kind-icon">pattern<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RegExp</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Regular expression used to match column names.</p>
									</div>
								</div>
							</section>
						</section>
					</div>