Examples of using
Datatable
in English and their translations into Korean
{-}
Colloquial
Ecclesiastic
Ecclesiastic
Programming
Computer
NET, DataTable objects are used to represent the tables in a DataSet.
NET DataTable 에서 개체는 데이터 집합의 테이블을 나타내는 데 사용 됩니다. In ADO.
Represents the schema of a column in a DataTable.
열 스키마를 나타내는 DataTable합니다. Represents the schema of a column in a DataTable.
Explains how to use DataTable events to examine changes to data in the table.
DataTable 이벤트를 사용 하 여 테이블의 데이터에 대 한 변경 내용을 검사 하는 방법을 설명 합니다.
All we need to do is ensure that the DOM has loaded then call dataTable on our table.
우리가 해야할 일은 DOM 객체가 로드된 후 테이블에 dataTable 을 호출하는 것입니다.
NET DataTable or DataView objects delegate sorting and filtering to the DataView.
NET DataTable 또는 DataView 개체에 대 한 컬렉션 뷰는 DataView로 정렬 및 필터링을 위임 합니다.
A DataRelation object relates two DataTable objects to each other through DataColumn objects.
A DataRelation 두 개의 관련 되 DataTable 개체를 통해 서로 DataColumn 개체입니다.
Defines the extension methods to the DataTable class.
DataTable 클래스에 대한 확장 메서드를 정의합니다. Defines the extension methods to the DataTable class.
I am then using SqlBulkCopy to load the 500 DataTable rows, then continue looping until the MySql record set is completely transferred.
그런 다음 SqlBulkCopy를 사용하여 500 DataTable 행을로드 한 다음 MySql 레코드 집합이 완전히 전송 될 때까지 계속 반복합니다.
The DataRelation class represents a parent/child relationship between two DataTable objects.
두 DataTable 개체 사이의 부모/자식 관계를 나타냅니다. Represents a parent/child relationship between two DataTable objects.
Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation.
정렬, 필터링, 검색, 편집 및 탐색을 위해 데이터 바인딩할 수 있는 DataTable의 사용자 지정 뷰를 나타냅니다.
Contains a description of a mapped relationship between a source table and a DataTable.
소스 테이블과 DataTable 간의 매핑된 관계에 대한 설명을 포함합니다. Contains a description of a mapped relationship between a source table and a DataTable.
Provides information about the events available for use with a DataTable, including events when column values are modified and rows are added or deleted.
열 값을 수정 하 고 행을 추가 하거나 삭제할 때 이벤트를 비롯 하 여 DataTable과 함께 사용할 수 있는 이벤트에 대 한 정보를 제공 합니다.
The DataView does not store data, but instead represents a connected view of its corresponding DataTable.
DataView는 데이터를 저장하지 않는 대신, 해당 DataTable의 연결된 뷰를 나타냅니다. The DataView does not store data, but instead represents a connected view of its corresponding DataTable.
Our HTML page includes all the products from the database and DataTable handles choosing the ones to be displayed based on the page, sort order or search term chosen.
이 HTML 페이지는 데이터베이스로부터 모든 products 레코드를 포함하고 있으며 DataTable이 현재 지정된 페이지, 소트 순서, 검색 단어를 근거로 보여줄 레코드를 선택하는 일을 담당하게 됩니다.
An ADO. NET DataSet contains a collection of zero or more tables represented by DataTable objects.
ADO. NET 데이터 집합 은 DataTable 개체가 나타내는 0 개 이상의 테이블 컬렉션을 포함 합니다. An ADO. NET DataSet contains a collection of zero or more tables represented by DataTable objects.
The DataTable class is a member of the System. Data namespace within the. NET Framework class library.
DataTable 클래스는. NET Framework 클래스 라이브러리 내에서 system. xml 네임 스페이스 의 멤버입니다. The DataTable class is a member of the System. Data namespace within the. NET Framework class library.
A data relation represents a parent/child relationship between two DataTable objects in the same DataSet.
두 DataTable 개체 사이의 부모/자식 관계를 나타냅니다. Represents a parent/child relationship between two DataTable objects.
The DataTableReader obtains the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.
DataTableReader는 하나 이상의 DataTable 개체 내용을 하나 이상의 앞으로만 이동 가능한 읽기 전용 결과 집합 형태로 가져옵니다. The DataTableReader obtains the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.
Gets or sets a value that indicates whether string comparisons within DataTable objects are case sensitive.
DataTable 개체에서 문자열을 비교할 때 대/소문자를 구분하는지 여부를 나타내는 값을 가져오거나 설정합니다. Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive.
You can create and use a DataTable independently or as a member of a DataSet, and DataTable objects can also be used in conjunction with other. NET Framework objects, including the DataView.
Datatable 은 독립적으로 만들거나 데이터 집합의 멤버로 사용할 수 있으며, 를 DataView비롯 한 다른. NET Framework 개체와 함께 datatable 개체를 사용할 수도 있습니다. You can create and use a DataTable independently or as a member of a DataSet, and DataTable objects can also be used in conjunction with other. NET Framework objects, including the DataView.
Provides static values that are used for the column names in the MetaDataCollection objects contained in the DataTable.
DataTable에 포함된 MetaDataCollection 개체의 열 이름에 사용되는 정적 값을 제공합니다. Provides static values that are used for the column names in the MetaDataCollection objects contained in the DataTable.
If a DataTable participates in a parent/child relationship with another DataTable, the relationship is constructed by adding a DataRelation to the DataRelationCollection of a DataSet object.
DataTable이 다른 DataTable과 부모/자식 관계에 참여하는 경우, 이 관계는 DataRelation 개체의 DataRelationCollection에 DataSet을 추가하는 방법으로 설정됩니다. If a DataTable participates in a parent/child relationship with another DataTable, the relationship is constructed by adding a DataRelation to the DataRelationCollection of a DataSet object.
Furthermore, you can set the Position property to specify the row in the DataTable that the controls point to.
또한 설정할 수 있습니다는 Position 속성에서 행을 지정 하는 DataTable 컨트롤 가리키는 합니다. Furthermore, you can set the Position property to specify the row in the DataTable that the controls point to.
If your DataTable maps to or is generated from a single database table, you can take advantage of the DbCommandBuilder object to automatically generate the DeleteCommand, InsertCommand, and UpdateCommand of the DbDataAdapter.
DataTable 이 단일 데이터베이스 테이블 에 매핑 되 거나 단일 데이터베이스 테이블 에서 생성 된 경우 에 는 DbCommandBuilder 개체 를 사용 하 여 DeleteCommand 의 InsertCommand, UpdateCommand 및 DataAdapter 개체 를 자동 으로 생성 할 수 있 습니다. If your DataTable maps to or is generated from a single database table, you can take advantage of the DbCommandBuilder object to automatically generate the DeleteCommand, InsertCommand, and UpdateCommand objects for the DataAdapter.
The DataRow object and its properties and methods are used to retrieve, evaluate,insert, delete, and update values in the DataTable.
및 DataTable의 값을 삽입, 삭제 및 업데이트 합니다. Use the DataRow object and its properties and methods to retrieve and evaluate; and insert, delete,and update the values in the DataTable.
A DataTable represents one table of in-memory relational data; the data is local to the. NET-based application in which it resides, but can be populated from a data source such as Microsoft SQL Server using a DataAdapter For more information, see Populating a DataSet from a DataAdapter.
이 파일 이 상주 하 지만 dataadapter 를 사용 하 여 Microsoft SQL Server 와 같 은 데이터 소스 에서 채워질 수 있 는 NET 기반 응용 프로그램 자세 한 내용 은 Dataadapter 에서 데이터 집합 채우 기 를 참조 하 세요. A DataTable represents one table of in - memory relational data; the data is local to the. NET - based application in which it resides, but can be populated from a data source such as Microsoft SQL Server using a DataAdapter For more information, see Populating a DataSet from a DataAdapter.
However, the data source is notlimited to SQL Server, any data source can be used, as long as the data can be loaded to a DataTable instance or read with a IDataReader instance.
데이터를 로드할 수 있다면 모든 데이터 원본을 사용할 수 있습니다는 DataTable 인스턴스 또는 읽기는 IDataReader 인스턴스. However, the data source is not limited to SQL Server; any data source can be used,as long as the data can be loaded to a DataTable instance or read with a IDataReader instance.
Results: 27,
Time: 0.0635
How to use "datatable" in a sentence
The Datatable get data form "/admin/internallinks/serverData.alns".
DataTable lazy data loading with pagination.
Here i'm effectively handling DataTable objects.
The datatable contains the following data.
The following table describes DataTable events.
Check out the DataTable examples page.
Locate Records with the DataTable Object.
The DataTable that contains the data.
Webix datatable features prebuilt overlay support.
한국어
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文